update both themes for toolkit winstripe trunk changes between 2008-11-29 adn 2009...
[themes.git] / LCARStrek / global / findBar.css
index fa617dee588e9afa1472332ff791045b529cfee6..c7f3cf64cdbf9571d6cfd7ace55f01673edaabb6 100644 (file)
@@ -48,11 +48,9 @@ findbar {
 }
 
 .findbar-find-status {
-  margin-top: 0px;
-  margin-bottom: 0px;
-  -moz-margin-start: 3px;
-  -moz-margin-end: 0px;
-  padding: 2px;
+  margin: 0 !important;
+  -moz-margin-start: 3px !important;
+  padding: 2px !important;
 }
 
 .find-status-icon[status="notfound"] {
@@ -61,19 +59,14 @@ findbar {
   */
 }
 
-.findbar-textbox {
-  -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
-  border: none;
-  margin: 0px;
-}
-
 .findbar-textbox[status="notfound"] {
-  background-color: #FF0000;
+  -moz-box-shadow: 0 0 0 1em #FF0000 inset;
   color: #000000;
 }
 
-findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox {
-  background-color: #FFCF00;
+.findbar-textbox[flash="true"] {
+  -moz-box-shadow: 0 0 0 1em #FFCF00 inset;
+  color: #000000;
 }
 
 .find-status-icon[status="wrapped"] {
@@ -81,7 +74,3 @@ findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-te
   list-style-image: url("chrome://global/skin/icons/wrap.png");
   */
 }
-
-.find-field-container {
-  /* -moz-appearance: textfield; */
-}