mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
24 lines
443 B
Plaintext
24 lines
443 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;
|
|
iframe {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#calendar-todo {
|
|
width: 100%;
|
|
height: calc(100% - 10px);
|
|
left: initial !important;
|
|
}
|
|
|
|
.calendar_calEvent:not([class*=" cat_"]) {
|
|
background-color: var(--primary-background-color)
|
|
} |