no message

This commit is contained in:
Bengt Brodersen 2015-12-17 19:21:19 +01:00
parent 2f148c4ba0
commit 020b7bb0e9

View File

@ -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;
}