From df1d9c69484bd51df7dbc1c665555ae481b35733 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 16 Feb 2013 01:30:10 +0100 Subject: [PATCH] more beautification for the searchbar button --- LCARStrek/browser/searchbar.css | 5 +++++ LCARStrek/communicator/search/searchbar.css | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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; -- 2.35.3