add styles to advanced options
This commit is contained in:
parent
df7f9651cf
commit
7bf67f151c
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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
|
Kursmünze
|
||||||
</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
|
Überprüft, einsortiert
|
||||||
</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
|
Eurocollector 2002
|
||||||
</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.
Loading…
x
Reference in New Issue
Block a user