added css to border today's cell, planner

This commit is contained in:
Jadowyne Ulve 2025-08-23 07:31:40 -05:00
parent cbff613917
commit 39d866be70

View File

@ -44,6 +44,11 @@
background-color: white;
border: 1px solid rgba(155, 155, 155, 30%);
}
.calendar-cell-today {
border: 3px solid rgba(85, 188, 206, 0.9);
}
.calendar-cell:hover{
background-color: whitesmoke;
border: 2px solid rgba(155, 155, 155, 30%);
@ -155,7 +160,6 @@
background-color: whitesmoke;
}
.old-event-label {
background:rgb(230, 230, 230);
margin-bottom: 3px;