vector: Restore gray search input placeholder
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 27 Oct 2013 19:44:15 +0000 (20:44 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 28 Oct 2013 13:08:13 +0000 (14:08 +0100)
Broken in I1d9657a5.

Bug: 54069
Change-Id: I2d86d75dd023eda349fc9fe69416e9682201eeb3

skins/vector/screen.less

index f5cf5e5..868db7c 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;
 }