stop setting specific background color on .cdm.expanded

This commit is contained in:
Andrew Dolgov 2021-03-10 12:57:46 +03:00
parent e826c9e055
commit 96031c80bf
7 changed files with 17 additions and 30 deletions

View File

@ -1323,9 +1323,6 @@ div.cdm.expanded div.header a.title {
text-rendering: optimizelegibility;
font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.cdm.expanded.active {
background: white;
}
div.cdm.expanded.active div.header a.title {
color: #257aa7;
}

View File

@ -1323,9 +1323,6 @@ div.cdm.expanded div.header a.title {
text-rendering: optimizelegibility;
font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.cdm.expanded.active {
background: white;
}
div.cdm.expanded.active div.header a.title {
color: #b87d2c;
}
@ -2100,6 +2097,11 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #999999;
}
body.flat.ttrss_main #headlines-frame {
/*.cdm.expanded {
background: @default-bg;
}*/
}
body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected):not(.Unread),
body.flat.ttrss_main #headlines-frame .cdm.expandable:not(.active):not(.Selected):not(.Unread) {
background: #333;
@ -2108,9 +2110,6 @@ body.flat.ttrss_main #headlines-frame .hl.Unread:not(.active):not(.Selected),
body.flat.ttrss_main #headlines-frame .cdm.expandable.Unread:not(.active):not(.Selected) {
background: #222;
}
body.flat.ttrss_main #headlines-frame .cdm.expanded {
background: #333;
}
body.flat.ttrss_main #headlines-frame .hl.Unread .title,
body.flat.ttrss_main #headlines-frame .cdm.Unread .title {
color: #e6e6e6;

View File

@ -1323,9 +1323,6 @@ div.cdm.expanded div.header a.title {
text-rendering: optimizelegibility;
font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.cdm.expanded.active {
background: white;
}
div.cdm.expanded.active div.header a.title {
color: #257aa7;
}

View File

@ -137,10 +137,6 @@ div.cdm.expanded div.header a.title {
font-family : @fonts-ui-bold;
}
div.cdm.expanded.active {
background : white;
}
div.cdm.expanded.active div.header a.title {
color : @color-link;
}

View File

@ -1324,9 +1324,6 @@ div.cdm.expanded div.header a.title {
text-rendering: optimizelegibility;
font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.cdm.expanded.active {
background: white;
}
div.cdm.expanded.active div.header a.title {
color: #b87d2c;
}
@ -2101,6 +2098,11 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #999999;
}
body.flat.ttrss_main #headlines-frame {
/*.cdm.expanded {
background: @default-bg;
}*/
}
body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected):not(.Unread),
body.flat.ttrss_main #headlines-frame .cdm.expandable:not(.active):not(.Selected):not(.Unread) {
background: #333;
@ -2109,9 +2111,6 @@ body.flat.ttrss_main #headlines-frame .hl.Unread:not(.active):not(.Selected),
body.flat.ttrss_main #headlines-frame .cdm.expandable.Unread:not(.active):not(.Selected) {
background: #222;
}
body.flat.ttrss_main #headlines-frame .cdm.expanded {
background: #333;
}
body.flat.ttrss_main #headlines-frame .hl.Unread .title,
body.flat.ttrss_main #headlines-frame .cdm.Unread .title {
color: #e6e6e6;

View File

@ -102,9 +102,9 @@ body.flat.ttrss_main {
background : @color-panel-bg;
}
.cdm.expanded {
/*.cdm.expanded {
background: @default-bg;
}
}*/
.hl.Unread .title,
.cdm.Unread .title {

View File

@ -1324,9 +1324,6 @@ div.cdm.expanded div.header a.title {
text-rendering: optimizelegibility;
font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.cdm.expanded.active {
background: white;
}
div.cdm.expanded.active div.header a.title {
color: #257aa7;
}
@ -2101,6 +2098,11 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #999999;
}
body.flat.ttrss_main #headlines-frame {
/*.cdm.expanded {
background: @default-bg;
}*/
}
body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected):not(.Unread),
body.flat.ttrss_main #headlines-frame .cdm.expandable:not(.active):not(.Selected):not(.Unread) {
background: #333;
@ -2109,9 +2111,6 @@ body.flat.ttrss_main #headlines-frame .hl.Unread:not(.active):not(.Selected),
body.flat.ttrss_main #headlines-frame .cdm.expandable.Unread:not(.active):not(.Selected) {
background: #222;
}
body.flat.ttrss_main #headlines-frame .cdm.expanded {
background: #333;
}
body.flat.ttrss_main #headlines-frame .hl.Unread .title,
body.flat.ttrss_main #headlines-frame .cdm.Unread .title {
color: #e6e6e6;