summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 10:48:23 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 10:48:23 +0300
commit00716980c0b2fc9166758db14247efd87beb6297 (patch)
treeff057a17cdc8894759033e8ea02c4314c57fe8c5 /themes/night.css
parent83591214ae6aab99204f08450d0aba2de3606dde (diff)
night.css: fix whitebox border
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 789d41140..f5a9db39e 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1937,6 +1937,9 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
+body.flat.ttrss_main #headlines-frame .whiteBox {
+ border-color: #222222;
+}
body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected),
body.flat.ttrss_main #headlines-frame .cdm:not(.Selected) {
background: #333333;