mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
21 lines
360 B
SCSS
21 lines
360 B
SCSS
.calendar-entry {
|
|
ul {
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
div {
|
|
white-space: pre-line;
|
|
}
|
|
}
|
|
|
|
.draggable {
|
|
cursor: grab;
|
|
}
|
|
|
|
#timesheet_calendar {
|
|
--bs-gray-400: var(--tblr-border-color);
|
|
--bs-gray-200: var(--tblr-gray-200);
|
|
}
|
|
|
|
.fc-day-sat, .fc-day-sun { background-color: var(--tblr-bg-surface-secondary); }
|