Skip to content
Snippets Groups Projects
Commit 53e7b2b1 authored by Philipp Schüttlöffel's avatar Philipp Schüttlöffel Committed by Jan-Hendrik Willms
Browse files

Resolve "Terminkalender/Stundenplan: nur 15 Farben verfügbar"

Closes #3909

Merge request studip/studip!2765
parent 31f620cf
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,15 @@ td.schedule-adminbind {
&.schedule-category15 {
background-color: $calendar-category-15;
}
&.schedule-category16 {
background-color: $calendar-category-16;
}
&.schedule-category17 {
background-color: $calendar-category-17;
}
&.schedule-category18 {
background-color: $calendar-category-18;
}
&.schedule-category255 {
background-color: $calendar-category-255;
}
......@@ -440,5 +449,38 @@ div.schedule_entry {
color: contrast($calendar-category-15-aux, $black, $white);
}
}
&.schedule-category16 {
background-color: $calendar-category-16-aux;
border: 1px solid $calendar-category-16;
dt {
background-color: $calendar-category-16;
color: contrast($calendar-category-16, $black, $white);
}
dd {
color: contrast($calendar-category-16-aux, $black, $white);
}
}
&.schedule-category17 {
background-color: $calendar-category-17-aux;
border: 1px solid $calendar-category-17;
dt {
background-color: $calendar-category-17;
color: contrast($calendar-category-17, $black, $white);
}
dd {
color: contrast($calendar-category-17-aux, $black, $white);
}
}
&.schedule-category18 {
background-color: $calendar-category-18-aux;
border: 1px solid $calendar-category-18;
dt {
background-color: $calendar-category-18;
color: contrast($calendar-category-18, $black, $white);
}
dd {
color: contrast($calendar-category-18-aux, $black, $white);
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment