Hide original checkbox better
This commit is contained in:
parent
fb287dce2f
commit
a4d2cf17aa
File diff suppressed because one or more lines are too long
@ -55,7 +55,8 @@ button:active {
|
||||
|
||||
input[type=checkbox] {
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
input[type=checkbox] + span {
|
||||
|
Loading…
Reference in New Issue
Block a user