1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

cdm: make read articles less visible

This commit is contained in:
Andrew Dolgov
2013-03-16 14:37:49 +04:00
parent f4c09773ac
commit ccc50f9220

View File

@@ -118,6 +118,10 @@ div.Unread.Selected div.cdmHeader, div.Selected div.cdmHeader {
background : #FFF2BF;
}
div.cdm.even {
div.cdm.even.Unread, div.cdm.odd.Unread {
background : white;
}
div.cdm.even, div.cdm.odd {
background : #f0f0f0;
}