Compare commits
2 Commits
70e92dc130
...
dev-manhph
| Author | SHA1 | Date | |
|---|---|---|---|
| f263e54e52 | |||
| fd2a4d0a59 |
@ -143,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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user