From 8c905ca0200e0517fa25544c9c8306a8e47b95ec Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 23:02:24 +0300 Subject: i.icon-score should have cursor pointer --- css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/default.css') diff --git a/css/default.css b/css/default.css index 50c78b66f..b1d096b9f 100644 --- a/css/default.css +++ b/css/default.css @@ -995,6 +995,9 @@ body.ttrss_main .score-low i.icon-score { body.ttrss_main .score-neutral i.icon-score { opacity: 0.5; } +body.ttrss_main i.icon-score { + cursor: pointer; +} body.ttrss_main .panel { border: 1px solid #ddd; background: #f5f5f5; @@ -1289,9 +1292,6 @@ div#floatingTitle span.titleWrap { width: 100%; white-space: normal; } -div#floatingTitle img.score-pic { - display: none; -} div#floatingTitle .feed-title > * { display: table-cell; vertical-align: middle; -- cgit v1.2.3