diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/pad.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |