Accompanies r69481. Style changes for the new search placeholder text
authorAdam Miller <adam@users.mediawiki.org>
Sat, 17 Jul 2010 17:21:46 +0000 (17:21 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Sat, 17 Jul 2010 17:21:46 +0000 (17:21 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index e621de3..f2ede07 100644 (file)
@@ -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
index 61893a4..0fd42a9 100644 (file)
@@ -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;
index 082eae1..32bccf9 100644 (file)
@@ -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;