From: Robert Kaiser Date: Sat, 16 Feb 2013 00:30:10 +0000 (+0100) Subject: more beautification for the searchbar button X-Git-Tag: LCARStrek-2.16~1 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=df1d9c69484bd51df7dbc1c665555ae481b35733 more beautification for the searchbar button --- diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index dc54dbb4..b690cc1c 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -35,6 +35,10 @@ border-radius: 0px 3px 3px 0px; } +.searchbar-engine-button:hover { + background-color: #FFCF00; +} + .searchbar-engine-button[open="true"] { background-color: #FF9F00; } @@ -48,6 +52,7 @@ list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); } +.searchbar-engine-button:hover > .searchbar-dropmarker-image, .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image { list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } diff --git a/LCARStrek/communicator/search/searchbar.css b/LCARStrek/communicator/search/searchbar.css index ba3f727f..202a7d43 100644 --- a/LCARStrek/communicator/search/searchbar.css +++ b/LCARStrek/communicator/search/searchbar.css @@ -8,11 +8,16 @@ .searchbar-textbox > .autocomplete-textbox-container { border-radius: 3px 0 0 3px; - padding: 2px; + -mozpadding-end: 2px; } /* ::::: searchbar-engine-button ::::: */ +.searchbar-engine-button { + padding: 2px !important; + border-radius: 3px 0px 0px 3px; +} + .toolbarbutton-icon { height: 16px; width: 16px;