summaryrefslogtreecommitdiff
path: root/themes/night_base.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-27 16:53:24 +0300
committerAndrew Dolgov <[email protected]>2021-01-27 16:53:24 +0300
commit64f7ac0e74011389b5f7c2c8a8ad4f8089765ccd (patch)
treefc88b609b059ad3b0a77d6bc565d00ee1504bd4e /themes/night_base.less
parent607ecab31effb4caa403d28ca94fb680c54b352d (diff)
dark theme: fix color of .dijitSplitterHover
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index 0dff7d191..e1dad7528 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -200,6 +200,10 @@ body.flat.ttrss_main {
}
}
+ .dijitSplitterHover {
+ background-color : rgba(255, 255, 255, 0.25);
+ }
+
.dijitCheckBox:not(.dijitChecked)::before {
color : @fg-text-muted;
background: @color-panel-bg;