mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Change font-size in topbar buttons
Bootstrap sets font-size to inherit, so it's not inherited from top. Before, it defaulted to 13, so this should prevent add-ons, which feature text in their buttons (like <select> buttons).
This commit is contained in:
parent
a66b0fbd84
commit
fb5763afb6
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ body {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
||||||
background: var(--bg-color);
|
background: var(--bg-color);
|
||||||
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topbuts {
|
.topbuts {
|
||||||
|
|
Loading…
Reference in a new issue