From 436eabf39ceb265a31509d2f64632444c5286663 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 2 Jul 2014 00:28:03 +0200 Subject: Remove extra space from text buttons in Firefox Fixes FS#41052. Signed-off-by: Lukas Fleischer --- web/html/css/aur.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web') diff --git a/web/html/css/aur.css b/web/html/css/aur.css index cbebb306..9435e229 100644 --- a/web/html/css/aur.css +++ b/web/html/css/aur.css @@ -63,3 +63,8 @@ text-decoration: underline; color: #666; } + +.text-button::-moz-focus-inner { + padding: 0; + border: none; +} -- cgit v1.2.3-24-g4f1b