Compare commits
9 Commits
4cc5ad8e05
...
e34ac7de95
| Author | SHA1 | Date | |
|---|---|---|---|
| e34ac7de95 | |||
| 7fdf63a6cc | |||
| 44bb88dda9 | |||
| 63ff503f9c | |||
| 8ff6812a05 | |||
| 4f6c86a626 | |||
| 3f844a81b4 | |||
| e3b5716aaf | |||
| efea4d9d49 |
@ -83,7 +83,7 @@
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup,
|
||||
.toastui-editor-dark .toastui-editor-context-menu {
|
||||
background-color: #121212;
|
||||
background-color: #212224;
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
||||
border-color: #494c56;
|
||||
}
|
||||
@ -101,8 +101,13 @@
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.toastui-editor-popup-body label,
|
||||
.toastui-editor-popup-body button {
|
||||
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif) !important;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-body label {
|
||||
color: #9a9da3;
|
||||
color: rgba(255, 255, 255, 0.85098);
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-body input[type='text'] {
|
||||
@ -116,7 +121,7 @@
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled {
|
||||
color: #969aa5;
|
||||
color: rgba(255, 255, 255, 0.85098);
|
||||
border-color: #303238;
|
||||
background-color: rgba(48, 50, 56, 0.4);
|
||||
}
|
||||
@ -150,24 +155,54 @@
|
||||
border-color: #494c56;
|
||||
}
|
||||
|
||||
.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-close-button {
|
||||
color: #eee;
|
||||
border-color: #303238;
|
||||
background-color: #232428;
|
||||
.toastui-editor-defaultUI .toastui-editor-button-container button{
|
||||
border-radius: 6px;
|
||||
height: 32px;
|
||||
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif);
|
||||
font-size: var(--desktop-normal-font-size, 14px);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-close-button:hover {
|
||||
border-color: #494c56;
|
||||
.toastui-editor-light .toastui-editor-defaultUI .toastui-editor-close-button{
|
||||
background: #FFFFFF;
|
||||
color: rgba(0, 0, 0, 0.87843);
|
||||
border: 1px solid #D9D9D9;
|
||||
}
|
||||
|
||||
.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-ok-button {
|
||||
color: #121212;
|
||||
background-color: #67ccff;
|
||||
.toastui-editor-light .toastui-editor-defaultUI .toastui-editor-close-button:hover {
|
||||
border-color: #D9D9D9;
|
||||
}
|
||||
|
||||
.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
|
||||
color: #121212;
|
||||
background-color: #32baff;
|
||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-close-button {
|
||||
background: #212224;
|
||||
color: rgba(255, 255, 255, 0.85098);
|
||||
border: 1px solid #424242;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-close-button:hover {
|
||||
border-color: #424242;
|
||||
}
|
||||
|
||||
.toastui-editor-light .toastui-editor-defaultUI .toastui-editor-ok-button{
|
||||
background: #1677FF;
|
||||
border-color: #1677FF;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.toastui-editor-light .toastui-editor-defaultUI .toastui-editor-ok-button:hover{
|
||||
color: #FFF;
|
||||
background-color: #1677FF;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-ok-button {
|
||||
background: #1668DC;
|
||||
border-color: #1668DC;
|
||||
color: #212224;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-ok-button:hover {
|
||||
color: #212224;
|
||||
background-color: #1668DC;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-cell {
|
||||
|
||||
Reference in New Issue
Block a user