1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00

dark theme: fix color of .dijitSplitterHover

This commit is contained in:
Andrew Dolgov
2021-01-27 16:53:24 +03:00
parent 607ecab31e
commit 64f7ac0e74
4 changed files with 13 additions and 0 deletions

View File

@@ -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;