sync both themes with toolkit windows theme changes in Mozilla 25 cycle
[themes.git] / LCARStrek / browser / searchbar.css
index dc54dbb4cadb60980a5aea64009da56d0272ed80..58e3a95a544881f65d0ab2135021b84b2970c0f2 100644 (file)
   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");
 }
   -moz-image-region: rect(0, 16px, 16px, 0);
 }
 
-.search-go-button:-moz-system-metric(touch-enabled) {
-  -moz-padding-start: 5px;
-  -moz-padding-end: 3px;
-}
-
 .search-go-button:-moz-locale-dir(rtl) {
   transform: scaleX(-1);
 }