a few improvements seen in usage of the themes
[themes.git] / EarlyBlue / global / findBar.css
index de6783c71da44596c4c9dfc4c60e49184f7d9a8c..f7e35de418c0ccbb9bdae5699ac0a1a30a20da8f 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,23 +60,19 @@ 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"] {
-  -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"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/wrap.png");
-  */
 }