summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 12:04:39 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 12:04:39 +0300
commit4fcf816a3aca9554882129ad9b01d5cfb8973ba1 (patch)
tree77360a97a2263cb4cd976f84c6700dbe4ba2a224 /themes/night.css
parentb68ee9adf401347900664aba5e0256446d0ff3cd (diff)
night.css: fix floatingTitle background
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 91901d064..d264da1a0 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1940,6 +1940,10 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
+body.flat.ttrss_main #floatingTitle {
+ background-color: #333333;
+ border-color: #222222;
+}
body.flat.ttrss_main #headlines-frame .whiteBox {
border-color: #222222;
}