some actual work on getting Firefox theming nearer to right
[themes.git] / LCARStrek / global / findBar.css
index 72174e9bc2843b253882fe91235c9bd15a6bb16c..746038624e98f391d388c7a2c646be751baf298c 100644 (file)
@@ -4,6 +4,10 @@
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
 
+.findbar-closebutton:hover {
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
+}
+
 findbar {
   border-top: 1px solid #000000;
   border-bottom: 1px solid transparent;
@@ -17,6 +21,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 +32,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 +43,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;
@@ -52,12 +68,12 @@ findbar {
 }
 
 .findbar-textbox[status="notfound"] {
-  -moz-box-shadow: 0 0 0 1em #FF0000 inset;
+  box-shadow: 0 0 0 1em #FF0000 inset;
   color: #000000;
 }
 
 .findbar-textbox[flash="true"] {
-  -moz-box-shadow: 0 0 0 1em #FFCF00 inset;
+  box-shadow: 0 0 0 1em #FFCF00 inset;
   color: #000000;
 }