mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
This commit is contained in:
parent
131a7e7362
commit
aa067e3d16
@ -447,12 +447,17 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
|
||||
.tox .tox-button--naked:hover:not(:disabled) {
|
||||
background-color: ${theme.backgroundColor} !important;
|
||||
}
|
||||
|
||||
|
||||
.tox .tox-tbtn:focus {
|
||||
background-color: ${theme.backgroundColor3}
|
||||
}
|
||||
|
||||
.tox .tox-tbtn:hover {
|
||||
color: ${theme.colorHover3} !important;
|
||||
fill: ${theme.colorHover3} !important;
|
||||
background-color: ${theme.backgroundColorHover3}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.tox .tox-tbtn {
|
||||
width: ${theme.toolbarHeight}px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user