summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css11
1 files changed, 5 insertions, 6 deletions
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;