mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 13:39:51 +08:00
style(next)/formatting toolbar/color dropdowns: tweak the current color checkmark
This commit is contained in:
parent
123f8af4c2
commit
726a89f5f9
1 changed files with 9 additions and 0 deletions
|
@ -173,6 +173,15 @@
|
||||||
border-bottom-right-radius: var(--ck-border-radius);
|
border-bottom-right-radius: var(--ck-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Current color checkmark */
|
||||||
|
:root .ck.ck-color-selector .ck-icon {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root .ck.ck-color-selector .ck-icon__fill {
|
||||||
|
fill: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Table dropdown */
|
/* Table dropdown */
|
||||||
|
|
||||||
.ck-insert-table-dropdown__grid {
|
.ck-insert-table-dropdown__grid {
|
||||||
|
|
Loading…
Add table
Reference in a new issue