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:
14
digest.css
14
digest.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user