1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02: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;
}