From: Trevor Parscal Date: Wed, 22 Sep 2010 19:15:53 +0000 (+0000) Subject: Improves on fix for bug #25246 by reducing the power of the foreground color rule... X-Git-Tag: 1.31.0-rc.0~34831 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=41f357d73598d54344a278f27a2a655005238092;p=lhc%2Fweb%2Fwiklou.git Improves on fix for bug #25246 by reducing the power of the foreground color rule - it was overriding the placeholder class. --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index d3ae305213..760cc4b607 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -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 {