From: Bartosz DziewoƄski Date: Wed, 5 Feb 2014 18:00:29 +0000 (+0100) Subject: Vector: text-indent workaround for Firefox 27 bug X-Git-Tag: 1.31.0-rc.0~17008^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=b51ff02aff86600ffe14bf23fe8570463fa4dc6b;p=lhc%2Fweb%2Fwiklou.git Vector: text-indent workaround for Firefox 27 bug Bug: 60900 Change-Id: I751a603d5886f72b8fbd8211564cedc424ea8d82 --- diff --git a/skins/vector/components/search.less b/skins/vector/components/search.less index a0eb658607..ec0b2fae7f 100644 --- a/skins/vector/components/search.less +++ b/skins/vector/components/search.less @@ -90,7 +90,8 @@ div#simpleSearch { height: 100%; cursor: pointer; /* Hide button text and replace it with the image. */ - text-indent: 100%; + /* This would be 100% if not for Firefox shenanigans (bug 60900). */ + text-indent: 200%; /* Needed to make IE6 respect the text-indent. */ line-height: 1; /* Opera 12 on RTL flips the text in a funny way without this. */