1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-04 11:17:12 +00:00

add experimental hack to show row unread status in floating title

This commit is contained in:
Andrew Dolgov
2013-07-16 09:59:14 +04:00
parent 39d61109e6
commit 41d37fb2c3
2 changed files with 26 additions and 9 deletions

View File

@@ -268,6 +268,11 @@ div#floatingTitle a.title {
color : #999;
font-weight : bold;
}
div#floatingTitle.Unread a.title {
color : black;
}
div#floatingTitle img.anchor {
margin-right : 1px;
margin-left : 0px;