mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Make dropdown text smaller than page text by default (#2216)
This commit is contained in:
parent
6c6a10c142
commit
88362ba1f7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
font-size: var(--dropdown-font-size, var(--font-size));
|
font-size: var(--dropdown-font-size, small);
|
||||||
|
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|
Loading…
Reference in a new issue