improve tab strip styling slightly
[themes.git] / EarlyBlue / global / findBar.css
index de6783c71da44596c4c9dfc4c60e49184f7d9a8c..e5a4b2493386b19d1f6dba3ff289b1e177c39578 100644 (file)
@@ -13,28 +13,34 @@ findbar {
 /* find-next button */
 
 .findbar-find-next {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -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 {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -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 {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 48px 16px 32px);
-  */
+}
+
+.findbar-higlight[disabled="true"] {
+  -moz-image-region: rect(16px 48px 32px 32px);
 }
 
 .find-status-icon {
@@ -54,9 +60,7 @@ findbar {
 }
 
 .find-status-icon[status="notfound"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/notfound.png");
-  */
 }
 
 .findbar-textbox[status="notfound"] {
@@ -70,7 +74,5 @@ findbar {
 }
 
 .find-status-icon[status="wrapped"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/wrap.png");
-  */
 }