From 96031c80bf380e3816ab81a74524d47983631ce4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 12:57:46 +0300 Subject: stop setting specific background color on .cdm.expanded --- themes/compact.css | 3 --- themes/compact_night.css | 11 +++++------ themes/light.css | 3 --- themes/light/cdm.less | 4 ---- themes/night.css | 11 +++++------ themes/night_base.less | 4 ++-- themes/night_blue.css | 11 +++++------ 7 files changed, 17 insertions(+), 30 deletions(-) (limited to 'themes') diff --git a/themes/compact.css b/themes/compact.css index 8e5e725a6..e484323e1 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -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; } diff --git a/themes/compact_night.css b/themes/compact_night.css index b3c4cc2cb..d086a4bd4 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -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; diff --git a/themes/light.css b/themes/light.css index 1e280effe..93acc0f1e 100644 --- a/themes/light.css +++ b/themes/light.css @@ -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; } diff --git a/themes/light/cdm.less b/themes/light/cdm.less index abedd7c01..91e07e3f4 100644 --- a/themes/light/cdm.less +++ b/themes/light/cdm.less @@ -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; } diff --git a/themes/night.css b/themes/night.css index edfd2e76e..7bc8e10e3 100644 --- a/themes/night.css +++ b/themes/night.css @@ -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; diff --git a/themes/night_base.less b/themes/night_base.less index 76ea04a7f..6c7ba9964 100644 --- a/themes/night_base.less +++ b/themes/night_base.less @@ -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 { diff --git a/themes/night_blue.css b/themes/night_blue.css index 5f459cae7..052ebf5ae 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -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; -- cgit v1.2.3