[aur-dev] [PATCH] Remove extra space from text buttons in Firefox
2 Jul
2014
2 Jul
'14
6:29 a.m.
Fixes FS#41052. Signed-off-by: Lukas Fleischer <archlinux@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
3946
Age (days ago)
3946
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukas Fleischer