adjust both themes for changes in toolkit winstripe in Mozilla 19 cycle
[themes.git] / EarlyBlue / global / findBar.css
index 4090c12e57d6c75b5c44121c7c3334d74af27088..63764a9d19a604467d581628af23fe7028429e6d 100644 (file)
@@ -17,6 +17,10 @@ findbar {
   -moz-image-region: rect(0px 16px 16px 0px);
 }
 
+.findbar-find-next[disabled="true"] {
+  -moz-image-region: rect(16px 16px 32px 0px);
+}
+
 /* find-previous button */
 
 .findbar-find-previous {
@@ -24,6 +28,10 @@ findbar {
   -moz-image-region: rect(0px 32px 16px 16px);
 }
 
+.findbar-find-previous[disabled="true"] {
+  -moz-image-region: rect(16px 32px 32px 16px);
+}
+
 /* highlight button */
 
 .findbar-highlight {
@@ -31,6 +39,10 @@ findbar {
   -moz-image-region: rect(0px 48px 16px 32px);
 }
 
+.findbar-higlight[disabled="true"] {
+  -moz-image-region: rect(16px 48px 32px 32px);
+}
+
 .find-status-icon {
   list-style-image: none;
   margin-top: 0px;
@@ -48,19 +60,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 #FFC0C0 inset;
+  box-shadow: 0 0 0 1em #FFC0C0 inset;
   color: #000000;
 }
 
 .findbar-textbox[flash="true"] {
-  -moz-box-shadow: 0 0 0 1em #FFFFC0 inset;
+  box-shadow: 0 0 0 1em #FFFFC0 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");
+}