1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:35:56 +00:00

add active class for unexpanded cdm

This commit is contained in:
Andrew Dolgov
2013-03-22 13:04:41 +04:00
parent 472219f073
commit 1da5179c5d
2 changed files with 8 additions and 1 deletions

View File

@@ -132,6 +132,10 @@ div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cd
background : #FFEA9E;
}
div.cdm.active.Selected div.cdmHeader {
background : #FFEA9E;
}
div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
background : white;
}
@@ -165,6 +169,7 @@ div.cdmHeader span.author {
font-size : 11px;
}
div.cdm.expanded div.cdmHeader a.title {
div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
font-size : 13px;
}