Hide original checkbox better

This commit is contained in:
Ken-Håvard Lieng 2018-06-20 17:31:59 +02:00
parent fb287dce2f
commit a4d2cf17aa
2 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -55,7 +55,8 @@ button:active {
input[type=checkbox] {
position: absolute;
left: -999px;
left: 0;
opacity: 0;
}
input[type=checkbox] + span {