mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove extra space from text buttons in Firefox
Fixes FS#41052. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
a1733fc746
commit
436eabf39c
1 changed files with 5 additions and 0 deletions
|
@ -63,3 +63,8 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-button::-moz-focus-inner {
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue