From a9881e87d456305cc4ddc2fdf35cd346283f3072 Mon Sep 17 00:00:00 2001 From: MatmaRex Date: Sat, 31 Aug 2013 20:50:39 +0200 Subject: [PATCH] vector/screen.css: Remove some unnecessary rules * There is no label inside div#simpleSearch. * Inside div#simpleSearch, input and input#searchInput are the same in practice (there is a , but it is hidden). Change-Id: I1d9657a5ab608d1a54314dd7c96144af96c53d59 --- skins/vector/screen.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 8f4bbb6999..8a69f843e0 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -401,19 +401,6 @@ div#simpleSearch { background-position: top left; background-repeat: repeat-x; } -div#simpleSearch label { - /* - * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent - * this from ever being shown anyways. - */ - font-size: 13px; - top: 0.25em; - direction: ltr; -} -div#simpleSearch input { - color: black; - direction: ltr; -} div#simpleSearch input:focus { outline: none; } @@ -446,6 +433,7 @@ div#simpleSearch input#searchInput { * this from ever being shown anyways. */ font-size: 13px; + color: black; background-color: transparent; direction: ltr; } -- 2.20.1