Fix2
This commit is contained in:
parent
3b133f6a41
commit
054cf9d6b2
@ -38,13 +38,19 @@ input[type="radio"] {
|
||||
input[type="radio"]:checked + label .farbe7 {
|
||||
border: 1px solid black;
|
||||
}
|
||||
input[type="radio"]:checked + label .violet {
|
||||
input[type="radio"]:checked + label .farbe8 {
|
||||
border: 1px solid black;
|
||||
}
|
||||
input[type="radio"]:checked + label .purple {
|
||||
input[type="radio"]:checked + label .farbe9 {
|
||||
border: 1px solid black;
|
||||
}
|
||||
input[type="radio"]:checked + label .pink {
|
||||
input[type="radio"]:checked + label .farbe10 {
|
||||
border: 1px solid black;
|
||||
}
|
||||
input[type="radio"]:checked + label .farbe11 {
|
||||
border: 1px solid black;
|
||||
}
|
||||
input[type="radio"]:checked + label .farbe12 {
|
||||
border: 1px solid black;
|
||||
}
|
||||
label {
|
||||
@ -81,15 +87,21 @@ input[type="radio"] {
|
||||
label span.farbe6 {
|
||||
background: #2196F3;
|
||||
}
|
||||
label span.blue {
|
||||
background: #03A9F4;
|
||||
label span.farbe7 {
|
||||
background: #03a9f4;
|
||||
}
|
||||
label span.violet {
|
||||
background: #00BCD4;
|
||||
label span.farbe8 {
|
||||
background: #00bcd4;
|
||||
}
|
||||
label span.purple {
|
||||
label span.farbe9 {
|
||||
background: #009688;
|
||||
}
|
||||
label span.pink {
|
||||
background: #4CAF50;
|
||||
label span.farbe10 {
|
||||
background: #4caf50;
|
||||
}
|
||||
label span.farbe11 {
|
||||
background: #8bc34a;
|
||||
}
|
||||
label span.farbe12 {
|
||||
background: #cddc39;
|
||||
}
|
@ -61,3 +61,14 @@
|
||||
.farbeeen{
|
||||
margin-left: 19px;
|
||||
}
|
||||
|
||||
.spez-farbe{
|
||||
background-color: #b3b3b3;
|
||||
}
|
||||
|
||||
.trashgroup{
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
right:23px;
|
||||
margin-top:-40px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user