mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
21 lines
412 B
Plaintext
21 lines
412 B
Plaintext
|
@import (less) "../default/app.css";
|
||
|
|
||
|
#calendar-view, #calendar-todo, #calendar-planner, #calendar-list {
|
||
|
position: relative;
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
#calendar-sidebox {
|
||
|
width: 100%;
|
||
|
display: block !important;
|
||
|
}
|
||
|
|
||
|
#calendar-todo {
|
||
|
width: 100%;
|
||
|
height: calc(100% - 10px);
|
||
|
left: initial !important;
|
||
|
}
|
||
|
|
||
|
.calendar_calEvent:not([class*=" cat_"]) {
|
||
|
background-color: var(--primary-background-color)
|
||
|
}
|