diff --git a/options/onoffswitch.css b/options/onoffswitch.css index a2fecfbe..83b228a6 100644 --- a/options/onoffswitch.css +++ b/options/onoffswitch.css @@ -10,7 +10,7 @@ .onoffswitch input { -webkit-appearance: none; -moz-appearance: none; - pointer-events: none; + cursor: pointer; position: absolute; top: -8px; bottom: -10px; @@ -29,7 +29,6 @@ .onoffswitch span { display: block; overflow: hidden; - cursor: pointer; height: 12px; padding: 0; line-height: 12px;