From 9cbf839af8e500ffcc5f0c70bb41c280359ca3b9 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 21 Sep 2016 23:40:12 -0700 Subject: [PATCH] Show help icon only over stats. Fixes bug from 1e9c4539304492801e49e03043fb43b891ebc345 (Fix efficiency problems with catalog hover CSS. #489) --- src/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 1637d0f1e..852da4523 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -767,11 +767,13 @@ div[data-checked="false"] > .suboption-list { line-height: 11px; } .catalog-stats { - cursor: help; font-size: 10px; font-weight: 700; padding-top: 2px; } +.catalog-stats > [title] { + cursor: help; +} .catalog-thread > .subject { font-weight: 700; line-height: 1;