Skip to content

Commit

Permalink
fix: subjectK CSS selector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed May 22, 2024
1 parent 4d200de commit 795edcd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions otisweb/static/css/otis.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,17 @@ table.curriculum td.thumbnail {
table.curriculum tr.unit-locked td.thumbnail img {
filter: grayscale(100%);
}
table.curriculum tr.unit-locked {
table.curriculum tr.unit-locked,
table.curriculum tr.unit-locked td {
color: #444444;
}
table.table tr.subjectK.unit-locked {
table.table tr.subjectK.unit-locked,
table.table tr.subjectK.unit-locked td {
background-color: #125252;
color: #efefef;
}
table.table tr.subjectK {
table.table tr.subjectK,
table.table tr.subjectK td {
background-color: #125252;
color: #efefef;
}
Expand Down

0 comments on commit 795edcd

Please sign in to comment.