Skip to content
Snippets Groups Projects
Verified Commit f8b3c21d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' of edugit.org:Teckids/BiscuIT/BiscuIT-App-Alsijil

parents 5d0879bf 44094bca
No related branches found
No related tags found
No related merge requests found
...@@ -129,22 +129,21 @@ th.lessons-day-head { ...@@ -129,22 +129,21 @@ th.lessons-day-head {
transform: rotate(-180deg); transform: rotate(-180deg);
} }
tr.lesson-substituted { tr.lesson-cancelled td.subj {
background-color: #ffc107; text-decoration: line-through;
}
tr.lesson-cancelled {
background-color: #dc3545;
} }
tr.lesson-cancelled td { tr.lesson-cancelled td {
text-decoration: line-through: background-color: #dc3545;
} }
tr.lesson-substituted td.lesson-subj { tr.lesson-substituted td.lesson-subj {
text-decoration: line-through; text-decoration: line-through;
} }
tr.lesson-substituted td {
background-color: #ffc107;
}
td.lesson-notes { td.lesson-notes {
font-size: 80%; font-size: 80%;
} }
......
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet"
href="https://raw.githubusercontent.com/cognitom/paper-css/master/paper.min.css" />
<link rel="stylesheet" <link rel="stylesheet"
href="{% static 'css/alsijil/full_register.css' %}" /> href="{% static 'css/alsijil/full_register.css' %}" />
</head> </head>
......
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