Compare commits

...

17 Commits

Author SHA1 Message Date
dev
0bf3af329b Merge pull request 'change background color popup input screen 13' (#111) from dev-manhph1-figbug into dev
Reviewed-on: #111
2025-09-08 12:29:44 +09:00
f263e54e52 change background color popup input screen 13 2025-09-08 12:28:41 +09:00
dev
b81ef3c125 Merge pull request 'change style editor link button match desgin' (#110) from dev-manhph1-figbug into dev
Reviewed-on: #110
2025-09-05 19:01:13 +09:00
fd2a4d0a59 change style editor link button match desgin 2025-09-05 19:00:30 +09:00
dev
70e92dc130 Merge pull request 'Update datepicker select' (#109) from dev-nghiantt-fix-bugs into dev
Reviewed-on: #109
2025-09-05 18:51:15 +09:00
66f73f40f4 Update datepicker select 2025-09-05 18:50:41 +09:00
dev
dd28f5c620 Merge pull request 'change style editor link button match desgin' (#108) from dev-manhph1-figbug into dev
Reviewed-on: #108
2025-09-05 18:43:26 +09:00
f4964feaa5 change style editor link button match desgin 2025-09-05 17:42:30 +09:00
dev
e34ac7de95 Merge pull request 'change style editor link button match desgin' (#107) from dev-manhph1-figbug into dev
Reviewed-on: #107
2025-09-05 17:18:00 +09:00
7fdf63a6cc change style editor link button match desgin 2025-09-05 17:17:17 +09:00
dev
44bb88dda9 Merge pull request 'change style editor link button match desgin' (#106) from dev-manhph1-figbug into dev
Reviewed-on: #106
2025-09-05 15:24:55 +09:00
63ff503f9c change style editor link button match desgin 2025-09-05 15:23:52 +09:00
dev
8ff6812a05 Merge pull request 'change style editor link button match desgin' (#105) from dev-manhph1-figbug into dev
Reviewed-on: #105
2025-09-04 13:46:33 +09:00
4f6c86a626 change style editor link button match desgin 2025-09-04 13:44:36 +09:00
dev
3f844a81b4 Merge pull request 'fix bug button color dark mode editor' (#104) from dev-manhph1-figbug into dev
Reviewed-on: #104
2025-09-04 11:28:59 +09:00
e3b5716aaf fix bug button color dark mode editor 2025-09-04 11:25:43 +09:00
dev
efea4d9d49 Merge pull request 'Limit tab to 7 tabs' (#103) from dev-nghiantt-fix-bugs into dev
Reviewed-on: #103
2025-09-04 11:22:01 +09:00
4 changed files with 90 additions and 20 deletions

View File

@ -83,7 +83,7 @@
.toastui-editor-dark .toastui-editor-popup, .toastui-editor-dark .toastui-editor-popup,
.toastui-editor-dark .toastui-editor-context-menu { .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); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
border-color: #494c56; border-color: #494c56;
} }
@ -101,8 +101,16 @@
color: #eee; color: #eee;
} }
.toastui-editor-popup-body label,
.toastui-editor-popup-body button,
.toastui-editor-popup-body .tab-item,
.toastui-editor-popup-body span,
.toastui-editor-popup-body input {
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif) !important;
}
.toastui-editor-dark .toastui-editor-popup-body label { .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'] { .toastui-editor-dark .toastui-editor-popup-body input[type='text'] {
@ -116,7 +124,7 @@
} }
.toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled { .toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled {
color: #969aa5; color: rgba(255, 255, 255, 0.85098);
border-color: #303238; border-color: #303238;
background-color: rgba(48, 50, 56, 0.4); background-color: rgba(48, 50, 56, 0.4);
} }
@ -135,6 +143,10 @@
border-bottom-color: #67ccff; border-bottom-color: #67ccff;
} }
.toastui-editor-dark .toastui-editor-popup-add-image .toastui-editor-file-name.has-file {
color:#eee;
}
.toastui-editor-dark .toastui-editor-popup-body .toastui-editor-file-name { .toastui-editor-dark .toastui-editor-popup-body .toastui-editor-file-name {
border-color: #303238; border-color: #303238;
color: #eee; color: #eee;
@ -150,24 +162,54 @@
border-color: #494c56; border-color: #494c56;
} }
.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-close-button { .toastui-editor-defaultUI .toastui-editor-button-container button{
color: #eee; border-radius: 6px;
border-color: #303238; height: 32px;
background-color: #232428; 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 { .toastui-editor-light .toastui-editor-defaultUI .toastui-editor-close-button{
border-color: #494c56; background: #FFFFFF;
color: rgba(0, 0, 0, 0.87843);
border: 1px solid #D9D9D9;
} }
.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-ok-button { .toastui-editor-light .toastui-editor-defaultUI .toastui-editor-close-button:hover {
color: #121212; border-color: #D9D9D9;
background-color: #67ccff;
} }
.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-ok-button:hover { .toastui-editor-dark .toastui-editor-defaultUI .toastui-editor-close-button {
color: #121212; background: #212224;
background-color: #32baff; 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 { .toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-cell {

View File

@ -70,6 +70,15 @@
.v-icon { .v-icon {
color: map-deep-get($config, #{$theme}, "v-icon-chevron-down") !important; color: map-deep-get($config, #{$theme}, "v-icon-chevron-down") !important;
} }
.v-select .v-input__slot {
border-radius: 8px !important;
border: solid 1px map-deep-get($config, #{$theme}, "tui-datepicker-border-color") !important;
}
.v-select fieldset {
border: none;
}
} }
.v-input__custom { .v-input__custom {

View File

@ -549,5 +549,10 @@ export default {
color: #000 !important; color: #000 !important;
} }
} }
.datepicker-timeselect .v-input__slot {
margin: 3px;
}
} }
</style> </style>

View File

@ -802,17 +802,31 @@ export default {
} }
} }
.v-input__custom { .v-input__custom {
&.half { &.half {
width: calc(50% - 20px); width: calc(50% - 20px);
} }
} }
@each $theme in dark, light {
.v-application.#{$theme}-mode {
.v-input__custom {
&.v-input--is-readonly {
&:not(.v-input--radio-group) {
&:not(.v-input--checkbox) {
::v-deep {
.v-input__slot {
background-color: rgba(0, 0, 0, 0) !important;
}
}
}
}
}
}
}
}
::v-deep { ::v-deep {
.tui-timepicker-row { .tui-timepicker-row {
display: flex; display: flex;