diff --git a/ios7-switch.css b/ios7-switch.css index 8dab045..86061c4 100644 --- a/ios7-switch.css +++ b/ios7-switch.css @@ -96,4 +96,8 @@ .ios7-switch:hover input:focus:checked + span { box-shadow: inset 0 0 0 0.73em #4cd964; -} \ No newline at end of file +} + +.ios7-switch:hover input:disabled + span { + cursor: not-allowed; +}