summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
commita68b15060195b42eea36f29d2837bb920e35f07a (patch)
treed7df0deae0b0b0d3974e66fd3c5abd6ead029b35 /themes/night.less
parente5dfc20939a74674fb01fa4688c7dbe1800bc22d (diff)
remove separate classes for various panels, unify under .panel
remove a few other unnecessary css classes/ids
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less
index 254de9306..48b121592 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -185,6 +185,15 @@ body.flat.ttrss_main {
color : #c90 ! important;
}
+ .panel {
+ background-color : @bg-panel;
+ border-color : @border-main;
+ }
+
+ .dijitDialog .panel {
+ background-color : @bg-main;
+ }
+
#headlines-frame blockquote,
#content-insert blockquote {
color : @fg-main;