night.css: fix whitebox border

This commit is contained in:
Andrew Dolgov
2018-12-07 10:48:23 +03:00
parent 83591214ae
commit 00716980c0
3 changed files with 8 additions and 1 deletions

View File

@@ -63,6 +63,10 @@ body.flat.ttrss_main {
}
#headlines-frame {
.whiteBox {
border-color : @border-dark;
}
.hl:not(.active):not(.Selected),
.cdm:not(.Selected) {
background: @bg-main;