mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix ckeditor table background color in dark mode
This commit is contained in:
parent
6970bf4fc1
commit
566d146b05
@ -107,7 +107,7 @@ input::placeholder,
|
||||
/* Fix center vertical alignment of table cells */
|
||||
vertical-align: middle;
|
||||
color: var(--main-text-color);
|
||||
background: transparent;
|
||||
background: var(--input-background-color);
|
||||
}
|
||||
|
||||
.ck .todo-list__checkmark {
|
||||
@ -718,7 +718,8 @@ div[data-notify="container"] {
|
||||
background-color: var(--accented-background-color);
|
||||
}
|
||||
|
||||
.ck-content .image > figcaption {
|
||||
.ck-content .image > figcaption,
|
||||
.ck-content .table > figcaption {
|
||||
color: var(--main-text-color) !important;
|
||||
background-color: var(--accented-background-color) !important;
|
||||
}
|
||||
|
@ -92,3 +92,7 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
|
||||
.btn-close {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.ck-widget.table td.ck-editor__nested-editable:focus {
|
||||
background: var(--input-background-color);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user