* Generelle Updates
This commit is contained in:
Daniel Spitzer
2024-11-10 20:47:09 +01:00
parent 72442248f9
commit de7330e331
6 changed files with 305 additions and 51 deletions
+39
View File
@@ -554,4 +554,43 @@ thead .fc-day-today .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
.event-tentative {
border-left: 5px solid #df0000;
}
.event-organizer {
font-size: 14px;
display: inline-block;
padding-top: 8px;
font-weight: 500;
}
.fc .fc-highlight {
background: rgb(31 161 0 / 30%);
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #7392f1;
color: #fff;
}
.event-accepted {
display: inline-block;
font-size: 14px;
padding-top: 8px;
font-weight: 500;
}
.event-status {
display: inline-block;
margin-right: 5px;
}
.accepted-status {
font-size: 18px;
vertical-align: text-bottom;
padding-top: 0px;
cursor: pointer;
}
.event-status .fa-circle-info:before {
color: #0029ff;
}