From: Andrew Dolgov Date: Tue, 14 May 2013 11:47:13 +0000 (+0400) Subject: do not force background on expanded cdm active/unread rows X-Git-Tag: 1.8~130 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ee71a9ff69b19b62e6c85958e401df9ba54a60aa;p=tt-rss.git do not force background on expanded cdm active/unread rows --- diff --git a/cdm.css b/cdm.css index 802b250e..dee6022b 100644 --- a/cdm.css +++ b/cdm.css @@ -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; }