mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-22 14:40:41 +03:00
Fixed titled check in checkbox in iPhone
Hello! I've tried to fix this issue https://github.com/FezVrasta/bootstrap-material-design/issues/24 by adding a workaround. I'm not sure about the animation of the checkbox if it is in right degrees.
This commit is contained in:
parent
8583cad3ec
commit
5589d067ad
|
@ -3086,3 +3086,9 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
.slider-material-lightgrey {
|
.slider-material-lightgrey {
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.checkbox {
|
||||||
|
-webkit-transform: rotate(0deg);
|
||||||
|
-moz-transform: rotate(0deg);
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user