X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fautocomplete.css;h=1d450ac98c8b3290214982fd98e3377283386474;hb=4c6d77ede6246ee07a9d9d571df1266ea11189d1;hp=025a4cc6a88f1b3509b8eec62c57afa2a01cb502;hpb=37b7d7d43e471b8e304e1cf667a488430f4f7342;p=themes.git diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 025a4cc6..1d450ac9 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. @@ -62,7 +61,7 @@ textbox { -moz-box-align: center; -moz-box-pack: center; min-width: 15px; - min-height: 15px; + min-height: 15px; border: none; border-left: 1px solid #9C9CFF; background-color: #000000; @@ -71,8 +70,7 @@ textbox { -moz-border-radius: 0px 3px 3px 0px; } -.autocomplete-history-dropmarker:hover, -.autocomplete-history-dropmarker[buttonover="true"] { +.autocomplete-history-dropmarker:hover { background-color: #FFCF00; list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } @@ -93,7 +91,7 @@ textbox { } .autocomplete-history-popup { - max-height: 180px; + max-height: 25em; } /* ::::: tree ::::: */ @@ -109,14 +107,14 @@ textbox { padding: 0px !important; } -.autocomplete-treebody:-moz-tree-cell-text { +.autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; } -.autocomplete-treebody:-moz-tree-row(menuactive) { +.autocomplete-treebody::-moz-tree-row(menuactive) { background-color: #FFCF00; } -.autocomplete-treebody:-moz-tree-cell-text(menuactive) { +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: #000000 !important; -} \ No newline at end of file +}