|
|
|
@ -634,7 +634,7 @@ StScrollBar StButton#hhandle:active {
|
|
|
|
|
/* today button */
|
|
|
|
|
.calendar-today,
|
|
|
|
|
.calendar-today:selected {
|
|
|
|
|
background-color: rgba(207, 127, 214, 1);
|
|
|
|
|
background-color: rgba(255, 90, 153, 1);
|
|
|
|
|
color: rgba(40, 7, 43, 0.87) !important;
|
|
|
|
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
|
|
|
|
|
}
|
|
|
|
@ -643,7 +643,7 @@ StScrollBar StButton#hhandle:active {
|
|
|
|
|
.calendar-today:selected:hover,
|
|
|
|
|
.calendar-today:focus,
|
|
|
|
|
.calendar-today:selected:focus {
|
|
|
|
|
background-color: rgba(195, 101, 204, 1);
|
|
|
|
|
background-color: rgba(255, 167, 199, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* if day has event */
|
|
|
|
|