Update Styles.css (#463)

Small update to the styles that bothered me, i noticed in the window/modal for calendar when editing a day the time icons had a mask that overlapped the icon.  I simply added 'background-image: none' prop to it/
This commit is contained in:
william-napitupulu
2026-06-01 20:34:24 +07:00
committed by GitHub
parent e1102585bf
commit 758a1824c7
+1
View File
@@ -32864,6 +32864,7 @@ button.cal-event-more:hover { opacity:1 !important; }
.cal-form-bespoke input[type="time"]::-webkit-calendar-picker-indicator, .cal-form-bespoke input[type="time"]::-webkit-calendar-picker-indicator,
.cal-form-bespoke input[type="datetime-local"]::-webkit-calendar-picker-indicator { .cal-form-bespoke input[type="datetime-local"]::-webkit-calendar-picker-indicator {
background-color: var(--accent, var(--red)); background-color: var(--accent, var(--red));
background-image: none;
cursor: pointer; cursor: pointer;
width: 14px; height: 14px; width: 14px; height: 14px;
} }