add disabled state for findbar buttons
[themes.git] / LCARStrek / global / findBar.css
index 72174e9bc2843b253882fe91235c9bd15a6bb16c..08fd3049a4e72686ad31d9aaf5a0454631d1ae81 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;