mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix "today" was not marked in flatpickr calendars
This commit is contained in:
parent
24daafb9ef
commit
7fc28f9fb5
@ -4052,10 +4052,13 @@ div.flatpickr-calendar.inline .flatpickr-day {
|
||||
max-width: var(--dayWidth);
|
||||
height: var(--dayWidth);
|
||||
line-height: var(--dayWidth);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.flatpickr-calendar.inline .flatpickr-day:not(.today) {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.selectedTreeRow {
|
||||
background-color: rgba(102, 153, 204, 0.7);
|
||||
color: #1e1e1e;
|
||||
|
Loading…
Reference in New Issue
Block a user