mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
style: use consistent input styles (#3894)
This commit is contained in:
parent
56613be933
commit
480e8f5409
1 changed files with 5 additions and 1 deletions
|
@ -29,6 +29,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
width: 100%;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
height: 1.5em;
|
||||
background: var(--canvas-inset);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--border-radius);
|
||||
padding: 1px 0.5em;
|
||||
outline: none !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue