X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fautocomplete.css;h=38e74a0fe1aa8498e9c8deb4a362911687d6e681;hp=68b187664a7adb134f001e8ba119198e40563383;hb=1d4ddf3044b84fc0b806064b1edcdbaa4c44677b;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/autocomplete.css b/EarlyBlue/global/autocomplete.css index 68b18766..38e74a0f 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,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"] { @@ -84,30 +77,30 @@ textbox } .autocomplete-history-popup { - max-height: 180px; + max-height: 25em; } -/* ::::: 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; }