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

@@ -2034,6 +2034,9 @@ body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonCon
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
background-color: #222;
}
body.flat.ttrss_main .dijitSplitterHover {
background-color: rgba(255, 255, 255, 0.25);
}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;