summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-13 19:18:53 +0300
committerAndrew Dolgov <[email protected]>2017-12-13 19:18:53 +0300
commit6184f5264e7213af8406daa1ed485348dbf099fe (patch)
tree103b98651709170fa14384d76be0cae1eded346b /css/cdm.less
parent2b724177aec39596761cdb985905c1d86ba8899f (diff)
style updates for combined expandable mode, etc
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less19
1 files changed, 11 insertions, 8 deletions
diff --git a/css/cdm.less b/css/cdm.less
index 94f863423..a919fb605 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -136,8 +136,14 @@
background : white;
}
-.cdm.expandable.Selected {
- background : #f9fbff;
+.cdm.expandable.Selected:not(.active) {
+ background : desaturate(@color-accent, 25%);
+
+ a,
+ .cdmHeader a.title,
+ span {
+ color : white;
+ }
}
.cdm.expandable.active {
@@ -152,8 +158,7 @@ div.cdm.expandable div.cdmHeader a.title {
font-weight : 600;
color : @default-text;
font-size : 14px;
- -webkit-transition : color 0.2s;
- transition : color 0.2s;
+ transition : color 0.2s, background 0.2s;
text-rendering: optimizelegibility;
font-family : @fonts-ui-bold;
}
@@ -178,8 +183,7 @@ div.cdm.expanded div.cdmHeader a.title {
font-size : 16px;
color : #999;
font-weight : 600;
- -webkit-transition : color 0.2s;
- transition : color 0.2s;
+ transition : color 0.2s, background 0.2s;
text-rendering: optimizelegibility;
font-family : @fonts-ui-bold;
}
@@ -312,8 +316,7 @@ div#floatingTitle {
a.title {
font-size : 16px;
color : #999;
- -webkit-transition : color 0.2s;
- transition : color 0.2s;
+ transition : color 0.2s, background 0.2s;
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui-bold;