mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 13:40:42 +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 {
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
-webkit-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user