You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
578 B
CSS
6 lines
578 B
CSS
@charset "utf-8";
|
|
.bigautocomplete-layout{display:none;background-color:#FFFFFF;border:1px solid #BCBCBC;position:absolute;z-index:100;max-height:220px;overflow-x:hidden;overflow-y:auto; }
|
|
.bigautocomplete-layout table{border-collapse:collapse;border-spacing:0;background:none repeat scroll 0 0 #FFFFFF;width:100%;cursor:default;}
|
|
.bigautocomplete-layout table tr{background:none repeat scroll 0 0 #FFFFFF;}
|
|
.bigautocomplete-layout .ct{background:none repeat scroll 0 0 #D2DEE8 !important;}
|
|
.bigautocomplete-layout div{word-wrap:break-word;word-break:break-all;padding:1px 5px;} |