1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 05:37:11 +00:00

digest: mark read article on zoom

This commit is contained in:
Andrew Dolgov
2010-09-13 08:56:50 +04:00
parent ed6c208dda
commit 2f57dff5e4
2 changed files with 24 additions and 3 deletions

View File

@@ -207,13 +207,25 @@ a:hover {
clear : left;
}
#headlines ul#headlines-content a.title {
#headlines ul#headlines-content li.unread a.title {
font-weight : bold;
font-size : 16px;
display : block;
padding-left : 21px;
}
#headlines ul#headlines-content li.read a.title {
font-size : 16px;
font-weight : bold;
display : block;
padding-left : 21px;
color : #8DB1D6;
}
#headlines ul#headlines-content li.read a.title:hover {
color : gray;
}
#headlines ul#headlines-content img#H-LOADING-IMG {
margin-left : 5px;
}