findbar close button needs different image on hover
[themes.git] / LCARStrek / global / findBar.css
index 08fd3049a4e72686ad31d9aaf5a0454631d1ae81..edb202070697c5bfd711b0083898399370dc87a5 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;