From 8458dc2082cd7f579c83dc020db31b29386186aa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 08:59:53 +0300 Subject: less: fix syntax errors --- themes/night.less | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes/night.less') diff --git a/themes/night.less b/themes/night.less index add788750..ae48ac948 100644 --- a/themes/night.less +++ b/themes/night.less @@ -117,6 +117,14 @@ body.flat.ttrss_main { color : white; } + .dijitDialog .dijitDialogPaneContent { + background : @bg-panel; + } + + .dijitTab:not(.dijitTabChecked) { + background : @bg-panel; + } + textarea { color : @fg-light; } -- cgit v1.2.3