diff --git a/hinter.css b/hinter.css index d24e878..e1a80e7 100644 --- a/hinter.css +++ b/hinter.css @@ -18,7 +18,6 @@ } .hintItem { color: black; - cursor: pointer; padding: 1px 3px; vertical-align: middle; white-space: nowrap; @@ -31,10 +30,12 @@ .hintActiveItem { color: white; background-color: #008; - cursor: pointer; padding: 1px 3px; white-space: nowrap; } +.hintItem, .hintActiveItem, .hintItem label, .hintActiveItem label { + cursor: pointer; +} .hintItem input, .hintActiveItem input, .hintDisabledItem input { cursor: pointer; vertical-align: middle;