summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 08:59:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 08:59:53 +0300
commit8458dc2082cd7f579c83dc020db31b29386186aa (patch)
tree9591d84ea46327e0d3d4f70292636b748f21ba00 /themes/night.less
parentb78671356031f2f7d4c3340d2d955a306729f766 (diff)
less: fix syntax errors
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less8
1 files changed, 8 insertions, 0 deletions
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;
}