From 4fcf816a3aca9554882129ad9b01d5cfb8973ba1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 12:04:39 +0300 Subject: night.css: fix floatingTitle background --- themes/night.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/night.less') diff --git a/themes/night.less b/themes/night.less index d79551fa9..12c5dcc1c 100644 --- a/themes/night.less +++ b/themes/night.less @@ -62,6 +62,11 @@ body.flat.ttrss_main { } } + #floatingTitle { + background-color : @bg-main; + border-color : @border-dark; + } + #headlines-frame { .whiteBox { border-color : @border-dark; -- cgit v1.2.3