fix bug button color dark mode editor
This commit is contained in:

parent
4bcf6d6a4c
commit
e3b5716aaf
@ -151,23 +151,24 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-close-button {
|
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-close-button {
|
||||||
color: #eee;
|
background: #212224;
|
||||||
border-color: #303238;
|
color: rgba(255, 255, 255, 0.85098);
|
||||||
background-color: #232428;
|
border: 1px solid #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-close-button:hover {
|
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-close-button:hover {
|
||||||
border-color: #494c56;
|
border-color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-ok-button {
|
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-ok-button {
|
||||||
color: #121212;
|
background: #1668DC;
|
||||||
background-color: #67ccff;
|
border-color: #1668DC;
|
||||||
|
color: #212224;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-ok-button:hover {
|
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-ok-button:hover {
|
||||||
color: #121212;
|
color: #212224;
|
||||||
background-color: #32baff;
|
background-color: #1668DC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-cell {
|
.toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-cell {
|
||||||
|
Reference in New Issue
Block a user