[aur-dev] [PATCH] Remove extra space from text buttons in Firefox
Lukas Fleischer
archlinux at cryptocrack.de
Wed Jul 2 02:29:50 EDT 2014
Fixes FS#41052.
Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
web/html/css/aur.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/web/html/css/aur.css b/web/html/css/aur.css
index cbebb30..9435e22 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;
+}
--
2.0.1
More information about the aur-dev
mailing list