summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ae8240e88..d461ee227 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -875,6 +875,7 @@ table.headlinesList {
table.headlinesList td.hlFeedIcon {
width : 25px;
text-align : center;
+ cursor : pointer;
}
@@ -1699,12 +1700,12 @@ a.feedUpdErrLink {
margin-bottom : 0.5em;
}
-.catCtrHasUnread {
+.catCtrHasUnread, .feedCtrHasUnread {
font-weight : bold;
color : #707070;
}
-.catCtrNoUnread {
+.catCtrNoUnread, .feedCtrNoUnread {
display : none;
}