X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fautocomplete.css;h=38e74a0fe1aa8498e9c8deb4a362911687d6e681;hp=b6b1aac9b25203f6e12bac771e6d802ba6136b76;hb=a36a33b7053ded0c3ecebd701574377e188b653b;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/EarlyBlue/global/autocomplete.css b/EarlyBlue/global/autocomplete.css index b6b1aac9..38e74a0f 100644 --- a/EarlyBlue/global/autocomplete.css +++ b/EarlyBlue/global/autocomplete.css @@ -57,15 +57,9 @@ textbox { /* ::::: history button ::::: */ .autocomplete-history-dropmarker { - -moz-appearance: menulist-button; - -moz-box-align: center; - -moz-box-pack: center; min-width: 15px; - min-height: 19px; - border: 1px outset #CCD0DD; + min-height: 19px; background-color: #9999CC; - padding: 1px; - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); } .autocomplete-history-dropmarker[open="true"] { @@ -83,7 +77,7 @@ textbox { } .autocomplete-history-popup { - max-height: 180px; + max-height: 25em; } /* ::::: tree ::::: */ @@ -99,14 +93,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: #336699; } -.autocomplete-treebody:-moz-tree-cell-text(menuactive) { +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: white !important; }