From c032accd70b50bd4f01ed6795bf1a4247a6477d9 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 22 Sep 2010 20:11:30 +0000 Subject: [PATCH] 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. --- skins/vector/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.20.1