diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-07-02 00:28:03 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-07-02 08:28:08 +0200 |
commit | 436eabf39ceb265a31509d2f64632444c5286663 (patch) | |
tree | 816cb9f79cb2d2529555d5e637d0310a485243ac /web | |
parent | a1733fc746fbbaaf5f6a281bc260ae7cda2a68a3 (diff) | |
download | aurweb-436eabf39ceb265a31509d2f64632444c5286663.tar.xz |
Remove extra space from text buttons in Firefox
Fixes FS#41052.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web')
-rw-r--r-- | web/html/css/aur.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |