http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73562

Revision: 73562
Author:   tparscal
Date:     2010-09-22 19:15:53 +0000 (Wed, 22 Sep 2010)

Log Message:
-----------
Improves on fix for bug #25246 by reducing the power of the foreground color 
rule - it was overriding the placeholder class.

Modified Paths:
--------------
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2010-09-22 19:09:14 UTC (rev 
73561)
+++ trunk/phase3/skins/vector/screen.css        2010-09-22 19:15:53 UTC (rev 
73562)
@@ -364,6 +364,9 @@
                top: 0.25em;
        }
        div#simpleSearch .placeholder {
+               color: black;
+       }
+       div#simpleSearch .placeholder {
                color: #999999;
        }
        div#simpleSearch input::-webkit-input-placeholder { 
@@ -381,7 +384,6 @@
                font-size: 13px;
                width: 14em;
                background-color: transparent;
-               color: black;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div#simpleSearch button#searchButton {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to