kadenios/shared/static/vendor/datetimepicker/picker.css
2021-06-09 15:04:04 +02:00

29 lines
420 B
CSS

.date-tag {
height: 2em;
width: 2em;
}
.date-tag:not(.is-selected):hover {
background-color: #6681b2 !important;
color: white !important;
cursor: pointer;
}
.is-selected {
background-color: #192131 !important;
color: white !important;
}
.is-selected:hover {
cursor: pointer;
}
.out-range {
background-color: white;
color: #7a7a7a;
}
.out-range:hover {
background-color: #;
color: #7a7a7a;
}