X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fautocomplete.css;h=878094d4247cb48507dfa9e9a68c6b10edf414f6;hp=a3b9f1f9127209ca5bb1eb4d917139fb2ab86510;hb=35eb061608e58d763f25903d14db5b58b491bf58;hpb=01fc5c117995a5c529b237b3aeedfb7b00a335a0 diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index a3b9f1f9..878094d4 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -36,7 +36,6 @@ * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); /* ===== autocomplete.css ================================================= == Styles used by the autocomplete widget. @@ -59,29 +58,18 @@ textbox { /* ::::: history button ::::: */ .autocomplete-history-dropmarker { - -moz-box-align: center; - -moz-box-pack: center; min-width: 15px; - min-height: 15px; - border: none; - border-left: 1px solid #9C9CFF; + min-height: 15px; background-color: #000000; - padding: 1px; - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); -moz-border-radius: 0px 3px 3px 0px; } +.autocomplete-history-dropmarker, .autocomplete-history-dropmarker:hover, -.autocomplete-history-dropmarker[buttonover="true"] { - background-color: #FFCF00; - list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); -} - .autocomplete-history-dropmarker:hover:active, .autocomplete-history-dropmarker[open="true"] { - background-color: #FF9F00; - list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); - padding: 2px 0px 0px 2px; + border: none; + border-left: 1px solid #9C9CFF; } /* ::::: autocomplete popups ::::: */ @@ -93,7 +81,7 @@ textbox { } .autocomplete-history-popup { - max-height: 180px; + max-height: 25em; } /* ::::: tree ::::: */ @@ -119,4 +107,4 @@ textbox { .autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: #000000 !important; -} \ No newline at end of file +}