mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix empty checkbox visibility, closes #775
This commit is contained in:
parent
f98fa4098f
commit
a9702aa6a2
@ -935,4 +935,8 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
|||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
vertical-align: baseline !important;
|
vertical-align: baseline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ck-content .todo-list .todo-list__label > input:before {
|
||||||
|
border: 1px solid var(--muted-text-color) !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user