Update coursedisplay.css

This commit is contained in:
powe97 2023-02-10 00:01:39 -05:00 committed by GitHub
parent 1a7f1b2371
commit b23971a4dd
1 changed files with 4 additions and 4 deletions

View File

@ -344,19 +344,19 @@ input[value="detailed"]:checked ~ div #detail-view-label {
}
input[value="simple"]:checked ~ table .not-offered {
background-image: url(./icons.svg#circle-no-view);
background-image: url(../icons.svg#circle-no-view);
}
input[value="simple"]:checked ~ table .offered {
background-image: url(./icons.svg#circle-check-view);
background-image: url(../icons.svg#circle-check-view);
}
input[value="simple"]:checked ~ table .offered-diff-code {
background-image: url(./icons.svg#circle-question-view);
background-image: url(../icons.svg#circle-question-view);
}
input[value="simple"]:checked ~ table .unscheduled {
background-image: url(./icons.svg#circle-empty-view);
background-image: url(../icons.svg#circle-empty-view);
}
input[value="detailed"]:checked ~ table .detail-view-container {