Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Ensure time inputs with the time-input-enabled class are always enabled */
.time-input-enabled {
pointer-events: auto !important;
opacity: 1 !important;
cursor: pointer !important;
}
.time-input-enabled:disabled {
pointer-events: auto !important;
opacity: 1 !important;
cursor: pointer !important;
background-color: #fff !important;
}