From 6679733a690a62bb3b91e063e2e2fcbd9fc6a1ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sun, 27 Oct 2013 20:44:15 +0100 Subject: [PATCH] vector: Restore gray search input placeholder Broken in I1d9657a5. Bug: 54069 Change-Id: I2d86d75dd023eda349fc9fe69416e9682201eeb3 --- skins/vector/screen.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skins/vector/screen.less b/skins/vector/screen.less index f5cf5e5dc1..868db7cd33 100644 --- a/skins/vector/screen.less +++ b/skins/vector/screen.less @@ -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; } -- 2.20.1