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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
@ -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
|
||||
</label>
|
||||
<label for="checked" id="label_checked">
|
||||
<label for="checked" id="label_checked" class="checked">
|
||||
<input id="checked" type="checkbox">
|
||||
Überprüft, einsortiert
|
||||
</label>
|
||||
<label for="ec" id="label_ec">
|
||||
<label for="ec" id="label_ec" class="ec">
|
||||
<input id="ec" type="checkbox">
|
||||
Eurocollector 2002
|
||||
</label>
|
||||
<label for="exists">
|
||||
<label for="exists" class="noexist">
|
||||
<input id="exists" type="checkbox">
|
||||
Existiert nicht
|
||||
</label>
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user