2
0
mirror of https://github.com/esiur/iui.git synced 2025-06-27 01:13:12 +00:00

DateTimePicker

This commit is contained in:
2024-07-06 14:13:27 +03:00
parent 2d73f0c63c
commit b75bb9869f
6 changed files with 64 additions and 144 deletions

View File

@ -165,6 +165,7 @@
--grid-window-drag-border: #46b7e6 dotted 3px;
--datetimepicker-calendar-border-right: 3px solid pink;
--datetimepicker-clock-background: gainsboro;
--datetimepicker-calendar-content-background: var(--default-background-color);
--datetimepicker-different-month-color: #bebebe;
--datetimepicker-day-background-hover: #a7e3fc;
--datetimepicker-day-selected-background: #46b7e6;
@ -2366,6 +2367,7 @@ html[dir='rtl'] .multiselect-list-remove {
.datetimepicker-calendar-content {
display: flex;
flex: 1;
background: var(--datetimepicker-calendar-content-background);
}
.datetimepicker-clock {