mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
style(next): extend the input field style to cover date/time pickers also
This commit is contained in:
parent
9f7a218772
commit
1bfce1c8ed
@ -140,6 +140,7 @@ input:not([type]),
|
||||
input[type="text"],
|
||||
input[type="number"],
|
||||
input[type="password"],
|
||||
input[type="datetime-local"],
|
||||
textarea.form-control,
|
||||
textarea,
|
||||
.tn-input-field {
|
||||
@ -155,6 +156,7 @@ input:not([type]):hover,
|
||||
input[type="text"]:hover,
|
||||
input[type="number"]:hover,
|
||||
input[type="password"]:hover,
|
||||
input[type="datetime-local"]:hover,
|
||||
textarea.form-control:hover,
|
||||
textarea:hover,
|
||||
.tn-input-field:hover {
|
||||
@ -166,6 +168,7 @@ input:not([type]):focus,
|
||||
input[type="text"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="datetime-local"]:focus,
|
||||
textarea.form-control:focus,
|
||||
textarea:focus,
|
||||
.tn-input-field:focus,
|
||||
|
Loading…
x
Reference in New Issue
Block a user