rest of LCARStrek updates for toolkit winstripe in Firefox 15
[themes.git] / LCARStrek / global / findBar.css
index 08fd3049a4e72686ad31d9aaf5a0454631d1ae81..f4459c0a7fc42449d07febc79a2501cd2d4d10db 100644 (file)
@@ -4,9 +4,13 @@
   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;
+  border-top: 3px solid #000000;
+  border-bottom: none;
   min-width: 1px;
 }
 
@@ -60,16 +64,16 @@ findbar {
 }
 
 .find-status-icon[status="notfound"] {
-  list-style-image: url("chrome://global/skin/icons/notfound.png");
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
 
 .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;
 }