1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-06 19:11:33 +00:00

headlins: feed icon tweaks

This commit is contained in:
Andrew Dolgov
2008-08-08 05:33:23 +01:00
parent cbcbb08407
commit d7e83df791
3 changed files with 9 additions and 8 deletions

View File

@@ -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;
}