no message
This commit is contained in:
parent
2f148c4ba0
commit
020b7bb0e9
@ -122,6 +122,9 @@ label[for] {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.checkbox input[type=checkbox]{
|
||||
display: none;
|
||||
}
|
||||
.checkbox input[type=checkbox] + label {
|
||||
margin: 0px;
|
||||
position: relative;
|
||||
@ -140,15 +143,11 @@ label[for] {
|
||||
background: transparent;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
border: 3px solid #333;
|
||||
border: 3px solid #656565;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.checkbox input[type=checkbox] + label:hover::after {
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
.checkbox input[type=checkbox]:checked + label::after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user