2020-04-23 04:17:53 +08:00
|
|
|
.modal-inner-container .d-time-input,
|
2019-07-18 23:29:41 +08:00
|
|
|
.d-time-input {
|
2020-04-23 04:17:53 +08:00
|
|
|
display: inline-flex;
|
2019-07-18 23:29:41 +08:00
|
|
|
|
2020-04-23 04:17:53 +08:00
|
|
|
.combo-box {
|
|
|
|
width: 65px;
|
|
|
|
min-width: auto;
|
2019-07-18 23:29:41 +08:00
|
|
|
|
2020-04-23 04:17:53 +08:00
|
|
|
&:not(.has-selection) {
|
|
|
|
.select-kit-selected-name .name {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2019-07-18 23:29:41 +08:00
|
|
|
}
|
2020-04-23 04:17:53 +08:00
|
|
|
}
|
2019-07-18 23:29:41 +08:00
|
|
|
|
2020-04-23 04:17:53 +08:00
|
|
|
.select-kit-header {
|
|
|
|
.d-icon {
|
|
|
|
padding-left: 0;
|
2019-07-18 23:29:41 +08:00
|
|
|
}
|
|
|
|
|
2020-04-23 04:17:53 +08:00
|
|
|
&:focus {
|
2020-08-04 10:57:10 +08:00
|
|
|
outline: 1px solid var(--tertiary);
|
2019-07-18 23:29:41 +08:00
|
|
|
}
|
2020-04-23 04:17:53 +08:00
|
|
|
}
|
2019-07-18 23:29:41 +08:00
|
|
|
|
2020-04-23 04:17:53 +08:00
|
|
|
.select-kit-collection {
|
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-kit-filter {
|
|
|
|
width: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
.filter-input {
|
|
|
|
min-width: 0;
|
2019-07-18 23:29:41 +08:00
|
|
|
}
|
|
|
|
}
|
2020-04-23 04:17:53 +08:00
|
|
|
|
|
|
|
.selected-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2019-07-18 23:29:41 +08:00
|
|
|
}
|
|
|
|
}
|