mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
CSS / Layout cleanup - use row hover variable for calendar sidebox
This commit is contained in:
parent
47604d23a7
commit
b5f66c6cd8
@ -159,6 +159,10 @@
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
}
|
||||
#calendar-sidebox_date .inRange {
|
||||
background-color: var(--row_hover);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* Conflict display */
|
||||
div.calendar_conflicts {
|
||||
|
@ -178,6 +178,9 @@
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
}
|
||||
#calendar-sidebox_date .inRange {
|
||||
background-color: var(--row_hover);
|
||||
}
|
||||
/* Conflict display */
|
||||
div.calendar_conflicts {
|
||||
max-height: 540px;
|
||||
|
@ -166,6 +166,9 @@
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
}
|
||||
#calendar-sidebox_date .inRange {
|
||||
background-color: var(--row_hover);
|
||||
}
|
||||
/* Conflict display */
|
||||
div.calendar_conflicts {
|
||||
max-height: 540px;
|
||||
|
Loading…
Reference in New Issue
Block a user