style updates for combined expandable mode, etc

This commit is contained in:
Andrew Dolgov 2017-12-13 19:18:53 +03:00
parent 2b724177ae
commit 6184f5264e
3 changed files with 14 additions and 10 deletions

View file

@ -136,8 +136,14 @@
background : white; background : white;
} }
.cdm.expandable.Selected { .cdm.expandable.Selected:not(.active) {
background : #f9fbff; background : desaturate(@color-accent, 25%);
a,
.cdmHeader a.title,
span {
color : white;
}
} }
.cdm.expandable.active { .cdm.expandable.active {
@ -152,8 +158,7 @@ div.cdm.expandable div.cdmHeader a.title {
font-weight : 600; font-weight : 600;
color : @default-text; color : @default-text;
font-size : 14px; font-size : 14px;
-webkit-transition : color 0.2s; transition : color 0.2s, background 0.2s;
transition : color 0.2s;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
font-family : @fonts-ui-bold; font-family : @fonts-ui-bold;
} }
@ -178,8 +183,7 @@ div.cdm.expanded div.cdmHeader a.title {
font-size : 16px; font-size : 16px;
color : #999; color : #999;
font-weight : 600; font-weight : 600;
-webkit-transition : color 0.2s; transition : color 0.2s, background 0.2s;
transition : color 0.2s;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
font-family : @fonts-ui-bold; font-family : @fonts-ui-bold;
} }
@ -312,8 +316,7 @@ div#floatingTitle {
a.title { a.title {
font-size : 16px; font-size : 16px;
color : #999; color : #999;
-webkit-transition : color 0.2s; transition : color 0.2s, background 0.2s;
transition : color 0.2s;
font-weight : 600; font-weight : 600;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
font-family : @fonts-ui-bold; font-family : @fonts-ui-bold;

File diff suppressed because one or more lines are too long

View file

@ -219,6 +219,7 @@ body.ttrss_main {
border: 0px solid #ddd; border: 0px solid #ddd;
border-bottom-width: 1px; border-bottom-width: 1px;
padding : 1px; padding : 1px;
transition : color 0.2s, background 0.2s;
div.hlTitle { div.hlTitle {
display : table-cell; display : table-cell;
@ -341,7 +342,7 @@ body.ttrss_main {
.hl.active, .hl.active,
.hl.Selected { .hl.Selected {
color : white; color : white;
background : desaturate(@color-accent, 50%); background : desaturate(@color-accent, 25%);
a, a,
.hlFeed a, .hlFeed a,