1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

do not force background on expanded cdm active/unread rows

This commit is contained in:
Andrew Dolgov 2013-05-14 15:47:13 +04:00
parent 2a868b6ba2
commit ee71a9ff69

View File

@ -88,11 +88,11 @@ div.cdm.expanded > hr {
margin-bottom : 0px;
}
div.cdm.Unread {
div.cdm.expandable.Unread {
background : white;
}
div.cdm.active {
div.cdm.expandable.active {
border-color : #88b0f0;
background : white ! important;
}