summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-08 05:33:23 +0100
committerAndrew Dolgov <[email protected]>2008-08-08 05:33:23 +0100
commitd7e83df791eed94026758e1b4e49a93eb8e44062 (patch)
tree6577f69ae4e81a0a9847fa277ff9fcf4dc4c0cfe /tt-rss.css
parentcbcbb0840799187ad40a94236c9b923ffe8d8aaa (diff)
headlins: feed icon tweaks
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;
}