some actual work on getting Firefox theming nearer to right
[themes.git] / LCARStrek / global / findBar.css
index edb202070697c5bfd711b0083898399370dc87a5..746038624e98f391d388c7a2c646be751baf298c 100644 (file)
@@ -68,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;
 }