[SOLVED] Â css class for checkbox field |
4/7/2019 12:47:46 PM |
PHPRunner General questions | |
G
Grdimitris author
I took this excellent CSS3 tip from this page |
|
![]() |
Sergey Kornilov admin 4/8/2019 |
If you want to change the way all checkboxes appear in your application instead of input.apple-switch use input[type='checkbox'] |
G
|
Grdimitris author 4/8/2019 |
Thanks. It works perfectly. |