S
S
sobot2021-06-27 21:12:06
css
sobot, 2021-06-27 21:12:06

Checkbox is not displayed correctly on IOS device, what's the problem?

60d8bf455f3e4669010553.png

Normally, only the first checkbox is displayed, the rest are displayed with a dot ;/

On Desktop and on Android, everything is fine, but on IOS there is such a problem. How to solve it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Miller, 2021-06-30
@blackseabreathe

input,button,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0px}input[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}input[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio-button}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question