Fix checkbox
This commit is contained in:
parent
c975c5d120
commit
1406b87d77
File diff suppressed because one or more lines are too long
@ -55,7 +55,7 @@ button:active {
|
|||||||
|
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: -99999px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user