Improves on fix for bug #25246 by reducing the power of the foreground color rule...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 22 Sep 2010 19:15:53 +0000 (19:15 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 22 Sep 2010 19:15:53 +0000 (19:15 +0000)
skins/vector/screen.css

index d3ae305..760cc4b 100644 (file)
@@ -363,6 +363,9 @@ div#mw-head h5 {
                font-size: 13px;
                top: 0.25em;
        }
+       div#simpleSearch .placeholder {
+               color: black;
+       }
        div#simpleSearch .placeholder {
                color: #999999;
        }
@@ -381,7 +384,6 @@ div#mw-head h5 {
                font-size: 13px;
                width: 14em;
                background-color: transparent;
-               color: black;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div#simpleSearch button#searchButton {