#11668 Fix modal
This commit is contained in:
parent
1d5fdbf6e6
commit
2ced051f56
|
@ -1812,3 +1812,30 @@ a.pandora_pagination,
|
|||
.tox .tox-statusbar__resize-handle > svg {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
.tox-dialog,
|
||||
.tox-dialog__header,
|
||||
.tox-dialog__footer {
|
||||
color: #fff !important;
|
||||
background-color: #333 !important;
|
||||
}
|
||||
|
||||
.tox .tox-button--naked {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent !important;
|
||||
box-shadow: unset !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.tox-button:not(.tox-button--secondary):not(.tox-button--naked) {
|
||||
background: var(--primary-color) !important;
|
||||
border: 2px solid var(--primary-color) !important;
|
||||
}
|
||||
|
||||
.tox-button:not(.tox-button--secondary):not(.tox-button--naked):hover {
|
||||
background: #1d7873 !important;
|
||||
}
|
||||
.tox .tox-listboxfield .tox-listbox--select {
|
||||
background-color: #111 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue