got rid of tabs of course-page and design fix for checkboxes
This commit is contained in:
parent
091bd55ce8
commit
a9387a1f49
@ -40,15 +40,15 @@
|
|||||||
$# <form method=post action=@{CourseR tid csh CShow} enctype=#{regEnctype}>
|
$# <form method=post action=@{CourseR tid csh CShow} enctype=#{regEnctype}>
|
||||||
$# ^{regWidget}
|
$# ^{regWidget}
|
||||||
|
|
||||||
<div .container>
|
$# <div .container>
|
||||||
<div .tab-group>
|
$# <div .tab-group>
|
||||||
<div .tab data-tab-name="Übungsblätter">
|
$# <div .tab data-tab-name="Übungsblätter">
|
||||||
^{modal "#modal-toggler__new-sheet" Nothing}
|
$# ^{modal "#modal-toggler__new-sheet" Nothing}
|
||||||
<h3 .tab-title>Übungsblätter
|
$# <h3 .tab-title>Übungsblätter
|
||||||
<h1>TODO: Sortierbare Tabelle der bisherigen Übungsblätter
|
$# <h1>TODO: Sortierbare Tabelle der bisherigen Übungsblätter
|
||||||
<div .tab data-tab-name="Übungsgruppen">
|
$# <div .tab data-tab-name="Übungsgruppen">
|
||||||
<h3 .tab-title>Übungsgruppen
|
$# <h3 .tab-title>Übungsgruppen
|
||||||
<h1>TODO: Sortierbare Tabelle der Übungsgruppen
|
$# <h1>TODO: Sortierbare Tabelle der Übungsgruppen
|
||||||
<div .tab data-tab-name="Klausuren">
|
$# <div .tab data-tab-name="Klausuren">
|
||||||
<h3 .tab-title>Klausuren
|
$# <h3 .tab-title>Klausuren
|
||||||
<div>...
|
$# <div>...
|
||||||
|
|||||||
@ -206,7 +206,7 @@ input[type="checkbox"]:checked::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:checked + label {
|
:checked + label {
|
||||||
background-color: var(--color-light);
|
background-color: var(--color-primary);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user