X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fautocomplete.css;h=7aac494519ff62a4e28d02cf136da8200f8b45aa;hp=68b187664a7adb134f001e8ba119198e40563383;hb=613daf44f803febb8f13cb8e08f43e09d27bfee2;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/autocomplete.css b/EarlyBlue/global/autocomplete.css index 68b18766..7aac4945 100644 --- a/EarlyBlue/global/autocomplete.css +++ b/EarlyBlue/global/autocomplete.css @@ -44,11 +44,10 @@ /* ::::: autocomplete ::::: */ -textbox - { - cursor: default; - padding: 0px; - } +textbox { + cursor: default; + padding: 0px; +} .textbox-input-box { margin: 0 3px; @@ -58,7 +57,6 @@ textbox /* ::::: history button ::::: */ .autocomplete-history-dropmarker { - -moz-appearance: menulist-button; -moz-box-align: center; -moz-box-pack: center; min-width: 15px; @@ -87,27 +85,27 @@ textbox max-height: 180px; } -/* ::::: outliner ::::: */ +/* ::::: tree ::::: */ -.autocomplete-outliner { +.autocomplete-tree { border: none; background-color: transparent !important; } -.autocomplete-outlinercol { +.autocomplete-treecol { margin: 0px !important; border: none !important; padding: 0px !important; } -.autocomplete-outlinerbody:-moz-outliner-cell-text { +.autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; } -.autocomplete-outlinerbody:-moz-outliner-row(menuactive) { +.autocomplete-treebody::-moz-tree-row(menuactive) { background-color: #336699; } -.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) { +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: white !important; }