mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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%;
|
width: 100%;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
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>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue