mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Fixed gray background on tinymce crop button
This commit is contained in:
parent
c8bc4bef01
commit
74c1691ae6
1 changed files with 2 additions and 2 deletions
|
@ -216,8 +216,8 @@
|
|||
display: flex !important;
|
||||
}
|
||||
|
||||
.tox-tbtn {
|
||||
background-color: var(--sn-white);
|
||||
.tox-tbtn:not(:hover) {
|
||||
background-color: var(--sn-white) !important;
|
||||
}
|
||||
|
||||
.tox .tox-pop {
|
||||
|
|
Loading…
Reference in a new issue