Skip to content
Snippets Groups Projects
Commit deb3a605 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix broken cherry-pick ea54af6b

parent ea54af6b
No related branches found
No related tags found
No related merge requests found
...@@ -266,13 +266,13 @@ td.schedule-adminbind { ...@@ -266,13 +266,13 @@ td.schedule-adminbind {
background-color: @calendar-category-15; background-color: @calendar-category-15;
} }
&.schedule-category16 { &.schedule-category16 {
background-color: $calendar-category-16; background-color: @calendar-category-16;
} }
&.schedule-category17 { &.schedule-category17 {
background-color: $calendar-category-17; background-color: @calendar-category-17;
} }
&.schedule-category18 { &.schedule-category18 {
background-color: $calendar-category-18; background-color: @calendar-category-18;
} }
&.schedule-category255 { &.schedule-category255 {
background-color: @calendar-category-255; background-color: @calendar-category-255;
...@@ -449,36 +449,36 @@ div.schedule_entry { ...@@ -449,36 +449,36 @@ div.schedule_entry {
} }
} }
&.schedule-category16 { &.schedule-category16 {
background-color: $calendar-category-16-aux; background-color: @calendar-category-16-aux;
border: 1px solid $calendar-category-16; border: 1px solid @calendar-category-16;
dt { dt {
background-color: $calendar-category-16; background-color: @calendar-category-16;
color: contrast($calendar-category-16, $black, $white); color: contrast(@calendar-category-16, black, white);
} }
dd { dd {
color: contrast($calendar-category-16-aux, $black, $white); color: contrast(@calendar-category-16-aux, black, white);
} }
} }
&.schedule-category17 { &.schedule-category17 {
background-color: $calendar-category-17-aux; background-color: @calendar-category-17-aux;
border: 1px solid $calendar-category-17; border: 1px solid @calendar-category-17;
dt { dt {
background-color: $calendar-category-17; background-color: @calendar-category-17;
color: contrast($calendar-category-17, $black, $white); color: contrast(@calendar-category-17, black, white);
} }
dd { dd {
color: contrast($calendar-category-17-aux, $black, $white); color: contrast(@calendar-category-17-aux, black, white);
} }
} }
&.schedule-category18 { &.schedule-category18 {
background-color: $calendar-category-18-aux; background-color: @calendar-category-18-aux;
border: 1px solid $calendar-category-18; border: 1px solid @calendar-category-18;
dt { dt {
background-color: $calendar-category-18; background-color: @calendar-category-18;
color: contrast($calendar-category-18, $black, $white); color: contrast(@calendar-category-18, black, white);
} }
dd { dd {
color: contrast($calendar-category-18-aux, $black, $white); color: contrast(@calendar-category-18-aux, black, white);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment