some more changes to make the new downloads button and view in Firefox 20+ work correctly
[themes.git] / LCARStrek / global / findBar.css
index edb202070697c5bfd711b0083898399370dc87a5..58865a2aaaf7bb5b9178cddb99dd703d7f57cc50 100644 (file)
@@ -9,8 +9,8 @@
 }
 
 findbar {
-  border-top: 1px solid #000000;
-  border-bottom: 1px solid transparent;
+  border-top: 3px solid #000000;
+  border-bottom: none;
   min-width: 1px;
 }
 
@@ -64,19 +64,23 @@ findbar {
 }
 
 .find-status-icon[status="notfound"] {
-  list-style-image: url("chrome://global/skin/icons/notfound.png");
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
 
 .findbar-textbox[status="notfound"] {
-  -moz-box-shadow: 0 0 0 1em #FF0000 inset;
+  box-shadow: 0 0 0 1em #FF0000 inset;
   color: #000000;
 }
 
 .findbar-textbox[flash="true"] {
-  -moz-box-shadow: 0 0 0 1em #FFCF00 inset;
+  box-shadow: 0 0 0 1em #FFCF00 inset;
   color: #000000;
 }
 
 .find-status-icon[status="wrapped"] {
   list-style-image: url("chrome://global/skin/icons/wrap.png");
 }
+
+.find-status-icon[status="pending"] {
+  list-style-image: url("chrome://global/skin/icons/loading.gif");
+}