Improves event hover highlighting
Uses CSS classes for event hover highlighting, instead of directly manipulating the background color. This allows for more flexible and maintainable styling. Re-enables resize handle manager. Removes console logs.
This commit is contained in:
parent
8b8a1e3127
commit
3145752591
4 changed files with 37 additions and 22 deletions
|
|
@ -44,14 +44,19 @@
|
|||
/* Event colors - Updated with month-view-expanded.html color scheme */
|
||||
--color-event-meeting: #e8f5e8;
|
||||
--color-event-meeting-border: #4caf50;
|
||||
--color-event-meeting-hl: #c8e6c9;
|
||||
--color-event-meal: #fff8e1;
|
||||
--color-event-meal-border: #ff9800;
|
||||
--color-event-meal-hl: #ffe0b2;
|
||||
--color-event-work: #fff8e1;
|
||||
--color-event-work-border: #ff9800;
|
||||
--color-event-work-hl: #ffe0b2;
|
||||
--color-event-milestone: #ffebee;
|
||||
--color-event-milestone-border: #f44336;
|
||||
--color-event-milestone-hl: #ffcdd2;
|
||||
--color-event-personal: #f3e5f5;
|
||||
--color-event-personal-border: #9c27b0;
|
||||
--color-event-personal-hl: #e1bee7;
|
||||
|
||||
/* UI colors */
|
||||
--color-background: #ffffff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue