summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 12:57:46 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 12:57:46 +0300
commit96031c80bf380e3816ab81a74524d47983631ce4 (patch)
tree044b5df903e354dd51d673f63b72a3ad43204455 /themes/night_blue.css
parente826c9e055b94b9655fa4c571e91dcd330cc3a66 (diff)
stop setting specific background color on .cdm.expanded
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css11
1 files changed, 5 insertions, 6 deletions
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;