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
+3
View File
@@ -1937,6 +1937,9 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
body.flat.ttrss_main #headlines-frame .whiteBox {
border-color: #222222;
}
body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected),
body.flat.ttrss_main #headlines-frame .cdm:not(.Selected) {
background: #333333;
+1 -1
View File
File diff suppressed because one or more lines are too long
+4
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;