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;
}
td.rare {
.rare {
background-color: #e69138;
}
td.noexist {
.noexist {
color: white;
background-color: #434343;
}
@ -157,12 +158,12 @@ td.spacer {
background-color: white;
}
td.ec {
.ec {
color: #ff0000;
font-weight: bold;
}
td.checked {
.checked {
color: #00ff00;
font-weight: bold;
}

View File

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

Binary file not shown.