update both themes for suite default theme changes up to 2010-06-19
[themes.git] / LCARStrek / global / findBar.css
index c7f3cf64cdbf9571d6cfd7ace55f01673edaabb6..72174e9bc2843b253882fe91235c9bd15a6bb16c 100644 (file)
@@ -5,7 +5,7 @@
 }
 
 findbar {
-  border-top: 1px solid #666699;
+  border-top: 1px solid #000000;
   border-bottom: 1px solid transparent;
   min-width: 1px;
 }
@@ -13,28 +13,22 @@ findbar {
 /* find-next button */
 
 .findbar-find-next {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 16px 16px 0px);
-  */
 }
 
 /* find-previous button */
 
 .findbar-find-previous {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 32px 16px 16px);
-  */
 }
 
 /* highlight button */
 
 .findbar-highlight {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 48px 16px 32px);
-  */
 }
 
 .find-status-icon {
@@ -54,9 +48,7 @@ findbar {
 }
 
 .find-status-icon[status="notfound"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/notfound.png");
-  */
 }
 
 .findbar-textbox[status="notfound"] {
@@ -70,7 +62,5 @@ findbar {
 }
 
 .find-status-icon[status="wrapped"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/wrap.png");
-  */
 }