mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Style the fsrs params input (#3997)
* style textarea and date inputs * remove redundant date input styling
This commit is contained in:
parent
4e1a901738
commit
a2a1f597be
2 changed files with 3 additions and 5 deletions
|
@ -75,6 +75,9 @@ input[type="radio"],
|
|||
input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type="date"],
|
||||
input[type="text"] {
|
||||
border-radius: prop(border-radius);
|
||||
outline: none;
|
||||
|
|
|
@ -29,10 +29,5 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
width: 100%;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
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