summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-20 19:39:37 +0400
committerAndrew Dolgov <[email protected]>2013-05-20 19:39:37 +0400
commit9e14c591c14b51b9460bf7c1b27346da2e804f7f (patch)
treec1748f05a2faa0a2aff14398f69703dce995bd01 /css/cdm.css
parent6938c03658b69a214d9df95c0c4a3c9d4f6e236f (diff)
unify normal headline colors with cdm; add selected backgrounds in expandable and 3 panel mode
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 4adc8f38f..900c83791 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -75,10 +75,6 @@ div.cdm.expandable {
border-style : solid;
}
-div.cdm.expandable.active {
- box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
-}
-
div.cdm.expandable > hr {
display : none;
}
@@ -92,7 +88,12 @@ div.cdm.expandable.Unread {
background : white;
}
+div.cdm.expandable.Selected {
+ background : #f9fbff;
+}
+
div.cdm.expandable.active {
+ box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
border-color : #88b0f0;
background : white ! important;
}
@@ -120,6 +121,9 @@ div.cdm.expanded div.cdmHeader a.title {
font-weight : bold;
}
+div.cdm.expanded.active {
+ background : white;
+}
div.cdm.expanded.active div.cdmHeader a.title {
color : #4684ff;