summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-07-02 00:28:03 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-07-02 08:28:08 +0200
commit436eabf39ceb265a31509d2f64632444c5286663 (patch)
tree816cb9f79cb2d2529555d5e637d0310a485243ac
parenta1733fc746fbbaaf5f6a281bc260ae7cda2a68a3 (diff)
downloadaur-436eabf39ceb265a31509d2f64632444c5286663.tar.gz
aur-436eabf39ceb265a31509d2f64632444c5286663.tar.xz
Remove extra space from text buttons in Firefox
Fixes FS#41052. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--web/html/css/aur.css5
1 files changed, 5 insertions, 0 deletions
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;
+}