summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-22 13:04:41 +0400
committerAndrew Dolgov <[email protected]>2013-03-22 13:04:41 +0400
commit1da5179c5df7eed1fd14b4cee70dd2703679995c (patch)
treefa75636c74337375acff03b12aab94f31f2a3b09 /cdm.css
parent472219f073b321c2a6fe7c4861c4a38dcf489c50 (diff)
add active class for unexpanded cdm
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/cdm.css b/cdm.css
index db357beca..cb0a78f2b 100644
--- a/cdm.css
+++ b/cdm.css
@@ -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;
}
+