change background color popup input screen 13 #111

Merged
dev merged 1 commits from dev-manhph1-figbug into dev 2025-09-08 12:29:47 +09:00

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;