mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
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:
committed by
GitHub
parent
e1102585bf
commit
758a1824c7
@@ -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="datetime-local"]::-webkit-calendar-picker-indicator {
|
||||
background-color: var(--accent, var(--red));
|
||||
background-image: none;
|
||||
cursor: pointer;
|
||||
width: 14px; height: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user