diff --git a/hinter.css b/hinter.css index d0cad11..1a63e56 100644 --- a/hinter.css +++ b/hinter.css @@ -17,18 +17,14 @@ padding: 1px 3px; vertical-align: middle; } -.hintItem input { - cursor: pointer; - vertical-align: middle; - margin-right: 3px; -} .hintActiveItem { color: white; background-color: #008; cursor: pointer; padding: 1px 3px; } -.hintDisabledItem { - background-color: white; - color: gray; +.hintItem input, .hintActiveItem input { + cursor: pointer; + vertical-align: middle; + margin-right: 3px; }