Kalender
* Generelle Updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user