mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
This commit is contained in:
parent
5a07b795d3
commit
b5f06b6958
@ -411,6 +411,20 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
|
||||
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 {
|
||||
color: ${theme.backgroundColor};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user