From 6b88c037b82acd7d92c36adc5d9b2334202cd3a2 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 26 Mar 2015 14:11:37 +0000 Subject: [PATCH] fix firefox button styling --- src/static/css/pad.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 7a91c0b5..1b730c3c 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -749,6 +749,11 @@ table#otheruserstable { color: #666; } +.buttonicon::-moz-focus-inner { + padding: 0; + border: 0 +} + .buttonicon:focus{ border: 1px solid #fff; }