summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 06:27:58 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 06:27:58 +0300
commit243a3239ba1a50211de726e124ec53ef880337e2 (patch)
treede2ffb07d5e76afb9c165c2e6fb83a6e9f37da5a /themes/night.css
parentaa63c5309725bab64b40f59d4b9c21a391454d58 (diff)
night.css: make headline lightbars a bit more readable
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 889dd2093..f724e590b 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1904,6 +1904,9 @@ body.flat.ttrss_main #feeds-holder #feedTree .counterNode.aux {
color: #cccccc;
border-color: #333333;
}
+body.flat.ttrss_main #feeds-holder #feedTree .counterNode {
+ background: #8f6122;
+}
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
background: #333333;
border-color: #333333 transparent;
@@ -1943,7 +1946,15 @@ body.flat.ttrss_main #headlines-frame .hl.Unread .title,
body.flat.ttrss_main #headlines-frame .cdm.Unread .title {
color: #e6e6e6;
}
-body.flat.ttrss_main #headlines-frame .cdm.expanded.active .title {
+body.flat.ttrss_main #headlines-frame .hl.active {
+ background: #7a531d ! important;
+}
+body.flat.ttrss_main #headlines-frame .hl.Selected,
+body.flat.ttrss_main #headlines-frame .cdm.expandable.Selected {
+ background: #675030;
+}
+body.flat.ttrss_main #headlines-frame .cdm.expanded.active .title,
+body.flat.ttrss_main #headlines-frame .cdm.expandable.active .title {
color: #b87d2c;
}
body.flat.ttrss_main #headlines-frame .cdm.expandable.active {