diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-26 12:08:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-26 12:08:00 +0200 |
commit | 7e397fae65867bd93040d6d679a0c7a2e2fa3aaa (patch) | |
tree | c1536c02b0335792d78c20cec0c5e2145b684347 /skins/classic/common.css | |
parent | a7dad44267756967328160cb8e6cdfc41c8de137 (diff) |
Fix so responses menu hides on click in classic skin (#1489915)
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 003c28d8c..1f6b25d5f 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -546,6 +546,7 @@ body.iframe .boxtitle .popupmenu li a.active:visited { color: #333; + cursor: pointer; } .popupmenu li a.active:hover, |