From: Adam Miller Date: Sat, 17 Jul 2010 17:21:46 +0000 (+0000) Subject: Accompanies r69481. Style changes for the new search placeholder text X-Git-Tag: 1.31.0-rc.0~36119 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=ad9e75e2a786f64e3ba6cdf4d0d87b4a843a9a58;p=lhc%2Fweb%2Fwiklou.git Accompanies r69481. Style changes for the new search placeholder text --- 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;