Merge "vector: Restore gray search input placeholder"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 30 Oct 2013 21:33:51 +0000 (21:33 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 30 Oct 2013 21:33:51 +0000 (21:33 +0000)
skins/vector/screen.less

index a882732..f8be097 100644 (file)
@@ -378,6 +378,9 @@ div#simpleSearch {
 div#simpleSearch input:focus {
        outline: none;
 }
+div#simpleSearch input {
+       color: black;
+}
 div#simpleSearch input.placeholder {
        color: #999;
 }
@@ -407,7 +410,6 @@ div#simpleSearch input#searchInput {
         * this from ever being shown anyways.
        */
        font-size: 13px;
-       color: black;
        background-color: transparent;
        direction: ltr;
 }