Fix iOS Safari button look (hopefully)
This commit is contained in:
parent
d368097a8d
commit
847c79fcfb
@ -58,6 +58,9 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
transform: translateY(-3px);
|
transform: translateY(-3px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user