mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
style/editor forms/text inputs: fix the hover state background color overriding the focused state background color
This commit is contained in:
parent
25905ebff7
commit
8b65de2442
@ -197,8 +197,8 @@ input[type="password"]:focus,
|
|||||||
input[type="date"]:focus,
|
input[type="date"]:focus,
|
||||||
input[type="time"]:focus,
|
input[type="time"]:focus,
|
||||||
input[type="datetime-local"]:focus,
|
input[type="datetime-local"]:focus,
|
||||||
:root input.ck.ck-input-text:focus,
|
:root input.ck.ck-input-text:not([readonly="true"]):focus,
|
||||||
:root input.ck.ck-input-number:focus,
|
:root input.ck.ck-input-number:not([readonly="true"]):focus,
|
||||||
textarea.form-control:focus,
|
textarea.form-control:focus,
|
||||||
textarea:focus,
|
textarea:focus,
|
||||||
:root textarea.ck.ck-textarea:focus,
|
:root textarea.ck.ck-textarea:focus,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user