Pastebin PRO Accounts 2016 NEW YEARS SPECIAL! For a limited time only get 40% discount on a LIFETIME PRO account!
SHARE
TWEET
Untitled
a guest
Jun 25th, 2014
10
Never
- /*autosuggest*/
- #autosuggest{
- position:absolute;
- display: none;
- width:26em;
- background:#fff;
- border:1px solid #DDD;
- z-index:10010;
- }
- #autosuggestPUPD{
- position:absolute;
- right:0px;
- bottom:100%;
- color:#aaa;
- font-size: 10px;
- background: inherit;
- border:inherit;
- }
- #autosuggest span:first-child {
- width:19em;
- display:block;
- float:left;
- overflow:hidden;
- padding-top: 5px;
- color:#000;
- }
- #autosuggest span:nth-child(2) {
- width:5em;
- float:right;
- color:#aaa;
- }
- #autosuggest br {
- clear:both;
- }
- #autosuggest li {
- list-style:none;
- padding:0;
- margin:0;
- padding:0 4px;
- }
- #autosuggest li:hover, #autosuggest li#focussedLi {
- background:#aaa;
- cursor:pointer;
- }
- #autosuggest li:hover span:nth-child(2), #autosuggest li#focussedLi span:nth-child(2) {
- color:#ddd;
- }
RAW Paste Data
