summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
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;