mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
This commit is contained in:
parent
5a07b795d3
commit
b5f06b6958
@ -411,6 +411,20 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
|
|||||||
color: ${theme.color};
|
color: ${theme.color};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tox .tox-dialog__body-nav-item {
|
||||||
|
color: ${theme.color};
|
||||||
|
}
|
||||||
|
|
||||||
|
.tox .tox-dialog__body-nav-item[aria-selected=true] {
|
||||||
|
color: ${theme.color3};
|
||||||
|
border-color: ${theme.color3};
|
||||||
|
background-color: ${theme.backgroundColor3};
|
||||||
|
}
|
||||||
|
|
||||||
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
||||||
|
fill: ${theme.color};
|
||||||
|
}
|
||||||
|
|
||||||
.tox .tox-collection--list .tox-collection__item--active {
|
.tox .tox-collection--list .tox-collection__item--active {
|
||||||
color: ${theme.backgroundColor};
|
color: ${theme.backgroundColor};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user