add styles to advanced options

This commit is contained in:
koksnuss 2020-05-11 00:02:00 +02:00
parent df7f9651cf
commit 7bf67f151c
3 changed files with 10 additions and 9 deletions

View File

@ -124,15 +124,16 @@ td > * {
} }
td.buy_only { .buy_only {
background-color: #dd7e6b; background-color: #dd7e6b;
} }
td.rare { .rare {
background-color: #e69138; background-color: #e69138;
} }
td.noexist { .noexist {
color: white;
background-color: #434343; background-color: #434343;
} }
@ -157,12 +158,12 @@ td.spacer {
background-color: white; background-color: white;
} }
td.ec { .ec {
color: #ff0000; color: #ff0000;
font-weight: bold; font-weight: bold;
} }
td.checked { .checked {
color: #00ff00; color: #00ff00;
font-weight: bold; font-weight: bold;
} }

View File

@ -18,19 +18,19 @@ div.{{ user.name }} {
<label for="circulation"> <label for="circulation">
<input id="circulation" type="text" value="Auflage"> <input id="circulation" type="text" value="Auflage">
</label> </label>
<label for="buy_only" id="label_buy_only"> <label for="buy_only" id="label_buy_only" class="buy_only">
<input id="buy_only" type="checkbox"> <input id="buy_only" type="checkbox">
Kursmünze&nbsp; Kursmünze&nbsp;
</label> </label>
<label for="checked" id="label_checked"> <label for="checked" id="label_checked" class="checked">
<input id="checked" type="checkbox"> <input id="checked" type="checkbox">
Überprüft, einsortiert&nbsp; Überprüft, einsortiert&nbsp;
</label> </label>
<label for="ec" id="label_ec"> <label for="ec" id="label_ec" class="ec">
<input id="ec" type="checkbox"> <input id="ec" type="checkbox">
Eurocollector 2002&nbsp; Eurocollector 2002&nbsp;
</label> </label>
<label for="exists"> <label for="exists" class="noexist">
<input id="exists" type="checkbox"> <input id="exists" type="checkbox">
Existiert nicht Existiert nicht
</label> </label>

Binary file not shown.