X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fautocomplete.css;h=be3b1fb9224653e371710b8bfcfc5b5d2593e2ac;hp=580a66b3e7ef2d24d2fa2ba728b28ee18b60dd23;hb=f9d85c46811df759b60bf2baf9d461f79e8b0a17;hpb=1b305fafc18829c0ea564cbd2db4370655dd3902 diff --git a/EarlyBlue/global/skin/autocomplete.css b/EarlyBlue/global/skin/autocomplete.css index 580a66b3..be3b1fb9 100644 --- a/EarlyBlue/global/skin/autocomplete.css +++ b/EarlyBlue/global/skin/autocomplete.css @@ -19,39 +19,33 @@ textbox[type="autocomplete"] .autocomplete-textbox-container { - padding : 1px 2px 1px 2px; + padding : 1px 2px 1px 2px; } + /* ::::: history button ::::: */ .autocomplete-history-button { -moz-binding : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button"); - border-top : 1px solid -moz-Dialog; - border-right : 1px solid ThreeDDarkShadow; - border-bottom : 1px solid ThreeDDarkShadow; - border-left : 1px solid ThreeDFace; - background-color : ThreeDFace; + width : 15px; + min-height : 19px; + border : none; + background-color : #9999CC; list-style-image : url("chrome://global/skin/scroll-down.gif"); + padding : 0px; + margin : 0px; } .autocomplete-history-button > .autocomplete-history-button-internal-box { - border-top : 1px solid ThreeDHighlight; - border-right : 1px solid ThreeDShadow; - border-bottom : 1px solid ThreeDShadow; - border-left : 1px solid ThreeDHighlight; + border : 1px outset #CCD0DD; padding : 1px; } -.autocomplete-history-button[open="true"] - { - border : 1px solid ThreeDDarkShadow; - } - .autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box { - border : 1px solid ThreeDFace; + border : 1px inset #CCD0DD; padding : 2px 0px 0px 2px; } @@ -60,8 +54,8 @@ textbox[type="autocomplete"] .autocomplete-result-popup, .autocomplete-history-popup { - border : 1px solid ThreeDDarkShadow !important; - background-color : -moz-Field !important; + border : 1px solid #9999CC !important; + background-color : white !important; } .autocomplete-history-popup @@ -92,3 +86,7 @@ textbox[type="autocomplete"] { color : HighlightText !important; } + + + +