mirror of
https://github.com/zadam/trilium.git
synced 2025-09-24 23:54:44 +08:00
style/text editor/forms: refactor
This commit is contained in:
parent
6475b4029a
commit
ab95d707a3
1 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ input[type="password"],
|
|||
input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="datetime-local"],
|
||||
input.ck.ck-input-text[type="text"],
|
||||
input.ck.ck-input-text,
|
||||
input.ck.ck-input-number,
|
||||
textarea.form-control,
|
||||
textarea,
|
||||
|
@ -174,7 +174,7 @@ input[type="password"]:hover,
|
|||
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-text:hover,
|
||||
input.ck.ck-input-number:hover,
|
||||
textarea.form-control:hover,
|
||||
textarea:hover,
|
||||
|
@ -190,7 +190,7 @@ input[type="password"]:focus,
|
|||
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-text:focus,
|
||||
input.ck.ck-input-number:focus,
|
||||
textarea.form-control:focus,
|
||||
textarea:focus,
|
||||
|
|
Loading…
Add table
Reference in a new issue