From ad9e75e2a786f64e3ba6cdf4d0d87b4a843a9a58 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Sat, 17 Jul 2010 17:21:46 +0000 Subject: [PATCH] Accompanies r69481. Style changes for the new search placeholder text --- includes/DefaultSettings.php | 2 +- skins/vector/main-ltr.css | 6 ++++++ skins/vector/main-rtl.css | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e621de3433..f2ede07b43 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1547,7 +1547,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '297'; +$wgStyleVersion = '298'; /** * This will cache static pages for non-logged-in users to reduce diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 61893a42b7..0fd42a9c21 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -361,6 +361,12 @@ div#mw-head h5 { font-size: 13px; top: 0.25em; } + div#simpleSearch .placeholder { + color: #999999; + } + div#simpleSearch input::-webkit-input-placeholder { + color: #999999; + } div#simpleSearch input#searchInput { margin: 0; border-width: 0; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 082eae1f08..32bccf9b83 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -361,6 +361,12 @@ div#mw-head h5 { font-size: 13px; top: 0.25em; } + div#simpleSearch .placeholder { + color: #999999; + } + div#simpleSearch input::-webkit-input-placeholder { + color: #999999; + } div#simpleSearch input#searchInput { margin: 0; border-width: 0; -- 2.20.1