1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 02:51:28 +00:00

cdm: make article headers more visible

This commit is contained in:
Andrew Dolgov
2013-03-16 13:01:17 +04:00
parent a439ac8ad2
commit c06289d3e6

View File

@@ -104,3 +104,11 @@ div.cdmHeader span.hlFeed {
float : right;
font-weight : normal;
}
div.cdmHeader {
background : #f4fbff;
}
div.Selected div.cdmHeader {
background : #FFF2BF;
}