adapt smileyface into Hello logo
[themes.git] / LCARStrek / browser / searchbar.css
index b09c72f4b010779fe0de60e3473da6d3e442cfcc..a7c3127bde6526bcf1c3415b9598a51619a81fb3 100644 (file)
@@ -1,7 +1,6 @@
-.searchbar-textbox {
-  width: 6em;
-  min-width: 6em;
-}
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .autocomplete-textbox-container {
   -moz-box-align: stretch;
   -moz-box-align: center;
   background: none;
   border: none;
+  border-radius: 3px 0px 0px 3px;
+}
+
+.searchbar-engine-button:-moz-locale-dir(rtl) {
+  border-radius: 0px 3px 3px 0px;
+}
+
+.searchbar-engine-button:hover {
+  background-color: #FFCF00;
 }
 
 .searchbar-engine-button[open="true"] {
@@ -43,6 +51,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);
 }