Hide original checkbox better
This commit is contained in:
parent
fb287dce2f
commit
a4d2cf17aa
2 changed files with 6 additions and 5 deletions
|
@ -55,7 +55,8 @@ button:active {
|
|||
|
||||
input[type=checkbox] {
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
input[type=checkbox] + span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue