Compare commits
4 Commits
dd28f5c620
...
dev-nghian
| Author | SHA1 | Date | |
|---|---|---|---|
| b81ef3c125 | |||
| fd2a4d0a59 | |||
| 70e92dc130 | |||
| 66f73f40f4 |
@ -143,6 +143,10 @@
|
||||
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 {
|
||||
border-color: #303238;
|
||||
color: #eee;
|
||||
|
||||
@ -70,6 +70,15 @@
|
||||
.v-icon {
|
||||
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 {
|
||||
|
||||
@ -549,5 +549,10 @@ export default {
|
||||
color: #000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.datepicker-timeselect .v-input__slot {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user