Sha256: 141a9dd1472556a93adb877a57389f39d19cd5d90ea25aba82b0e7524f547c61
Contents?: true
Size: 1.32 KB
Versions: 16
Compression:
Stored size: 1.32 KB
Contents
ul.autocompleter-choices { position: absolute; margin: 0; padding: 0; list-style: none; border: 1px solid #7c7c7c; border-left-color: #c3c3c3; border-right-color: #c3c3c3; border-bottom-color: #ddd; background-color: #fff; text-align: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; z-index: 50; background-color: #fff; } ul.autocompleter-choices li { position: relative; margin: -2px 0 0 0; padding: 0.2em 1.5em 0.2em 1em; display: block; float: none !important; cursor: pointer; font-weight: normal; white-space: nowrap; font-size: 1em; line-height: 1.5em; } ul.autocompleter-choices li.autocompleter-selected { background-color: #444; color: #fff; } ul.autocompleter-choices span.autocompleter-queried { display: inline; float: none; font-weight: bold; margin: 0; padding: 0; } ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried { color: #9FCFFF; } /* the right side of the autocompleter */ .autocompleter-note { position: absolute; top: 0; right: 4px; padding: 1px 2px; font-size: 0.9em; color: #888; } input.autocompleter-loading { background-image: url(/pupu/autocompleter/images/spinner.gif); background-repeat: no-repeat; background-position: right 50%; }
Version data entries
16 entries across 16 versions & 1 rubygems