mirror of
https://github.com/zadam/trilium.git
synced 2025-02-22 14:03:36 +08:00
fix empty checkbox visibility, closes #775
This commit is contained in:
parent
f98fa4098f
commit
a9702aa6a2
1 changed files with 4 additions and 0 deletions
|
@ -936,3 +936,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
||||||
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…
Reference in a new issue