update both themes for suite default theme changes up to 2011-03-27
[themes.git] / LCARStrek / communicator / search / searchbar.css
index 0fe5dd59f0ff963b5e99ca4dc79ab576dbe7c0d8..e05e129f5cf6bc28bfd814835a328f4f0a7e71c1 100644 (file)
@@ -1,36 +1,31 @@
 .searchbar-textbox {
   width: 6em;
   min-width: 6em;
+  border-radius: 5px;
+  margin: 0;
+  -moz-margin-start: 3px;
 }
 
-.textbox-input-box {
-  margin: 0;
+.searchbar-textbox > .autocomplete-textbox-container {
+  border-radius: 3px 0 0 3px;
+  padding: 2px;
 }
 
 /* ::::: searchbar-engine-button ::::: */
 
-.searchbar-engine-image {
+.toolbarbutton-icon {
   height: 16px;
   width: 16px;
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
-  -moz-margin-start: 2px;
-}
-
-.searchbar-engine-button {
-  min-width: 0;
-  -moz-padding-end: 2px;
-  background-color: transparent;
-}
-
-.searchbar-engine-button["open=true"] {
-  background-color: #FF9F00;
 }
 
-.searchbar-dropmarker-image {
+.toolbarbutton-menu-dropmarker {
   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
 }
 
-.searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
+.searchbar-engine-button:hover > .toolbarbutton-menu-dropmarker,
+.searchbar-engine-button:hover:active > .toolbarbutton-menu-dropmarker,
+.searchbar-engine-button[open="true"] > .toolbarbutton-menu-dropmarker {
   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
 }
 
@@ -42,8 +37,6 @@
 }
 
 .search-go-button {
-  padding: 1px;
-  -moz-padding-end: 2px;
   list-style-image: url("chrome://global/skin/icons/search.png");
   -moz-image-region: rect(0, 16px, 16px, 0);
 }