From: Trevor Parscal Date: Wed, 22 Sep 2010 20:11:30 +0000 (+0000) Subject: Actually improves on fix for bug #25246 by reducing the power of the foreground color... X-Git-Tag: 1.31.0-rc.0~34829 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=c032accd70b50bd4f01ed6795bf1a4247a6477d9;p=lhc%2Fweb%2Fwiklou.git Actually improves on fix for bug #25246 by reducing the power of the foreground color rule - it was overriding the placeholder class. This corrects a mistake made in r73562. --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 760cc4b607..9cb9a2ad4a 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -363,10 +363,10 @@ div#mw-head h5 { font-size: 13px; top: 0.25em; } - div#simpleSearch .placeholder { + div#simpleSearch input { color: black; } - div#simpleSearch .placeholder { + div#simpleSearch input.placeholder { color: #999999; } div#simpleSearch input::-webkit-input-placeholder {