mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
style/text editor/forms: restyle number inputs
This commit is contained in:
parent
f646b3dc5c
commit
6475b4029a
@ -155,6 +155,7 @@ input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="datetime-local"],
|
||||
input.ck.ck-input-text[type="text"],
|
||||
input.ck.ck-input-number,
|
||||
textarea.form-control,
|
||||
textarea,
|
||||
.tn-input-field {
|
||||
@ -174,6 +175,7 @@ input[type="date"]:hover,
|
||||
input[type="time"]:hover,
|
||||
input[type="datetime-local"]:hover,
|
||||
input.ck.ck-input-text[type="text"]:hover,
|
||||
input.ck.ck-input-number:hover,
|
||||
textarea.form-control:hover,
|
||||
textarea:hover,
|
||||
.tn-input-field:hover {
|
||||
@ -189,6 +191,7 @@ input[type="date"]:focus,
|
||||
input[type="time"]:focus,
|
||||
input[type="datetime-local"]:focus,
|
||||
input.ck.ck-input-text[type="text"]:focus,
|
||||
input.ck.ck-input-number:focus,
|
||||
textarea.form-control:focus,
|
||||
textarea:focus,
|
||||
.tn-input-field:focus,
|
||||
|
Loading…
x
Reference in New Issue
Block a user