mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
style textarea and date inputs
This commit is contained in:
parent
1c69333210
commit
895f723467
1 changed files with 3 additions and 0 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue