Remove extra space from text buttons in Firefox

Fixes FS#41052.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2014-07-02 00:28:03 +02:00
parent a1733fc746
commit 436eabf39c

View file

@ -63,3 +63,8 @@
text-decoration: underline; text-decoration: underline;
color: #666; color: #666;
} }
.text-button::-moz-focus-inner {
padding: 0;
border: none;
}