From 5481286179c85c25305f1be8f557b9f70fb6b16c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 27 Feb 2014 21:55:29 +0000 Subject: [PATCH] Fix nextmatch search button text still visible in Firefox --- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/etemplate2.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 97c1befaca..de16b39edc 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -573,7 +573,7 @@ background-position: center 0; background-size: contain; background-repeat: no-repeat; - text-indent: 100%; + text-indent: 110%; white-space: nowrap; overflow: hidden; } diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 69c50a884c..8b0de4c1fd 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -463,7 +463,7 @@ hr { background-position: center 0; background-size: contain; background-repeat: no-repeat; - text-indent: 100%; + text-indent: 110%; white-space: nowrap; overflow: hidden;