From 43073b11255260c17a38b52ab2ef0e4e2d1b63b7 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 10 Apr 2013 22:34:09 +0000 Subject: [PATCH] cursor pointer --- hinter.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;