some actual work on getting Firefox theming nearer to right
[themes.git] / LCARStrek / global / findBar.css
index 08fd3049a4e72686ad31d9aaf5a0454631d1ae81..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;
@@ -64,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;
 }