more beautification for the searchbar button
[themes.git] / LCARStrek / browser / searchbar.css
index dc54dbb4cadb60980a5aea64009da56d0272ed80..b690cc1c2f6b8aa3e98a76ff7008570161a72cbc 100644 (file)
   border-radius: 0px 3px 3px 0px;
 }
 
   border-radius: 0px 3px 3px 0px;
 }
 
+.searchbar-engine-button:hover {
+  background-color: #FFCF00;
+}
+
 .searchbar-engine-button[open="true"] {
   background-color: #FF9F00;
 }
 .searchbar-engine-button[open="true"] {
   background-color: #FF9F00;
 }
@@ -48,6 +52,7 @@
   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
 }
 
   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");
 }
 .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
 }