improve tab strip styling slightly
[themes.git] / EarlyBlue / global / findBar.css
index 4090c12e57d6c75b5c44121c7c3334d74af27088..e5a4b2493386b19d1f6dba3ff289b1e177c39578 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;