night.css: fix floatingTitle background

This commit is contained in:
Andrew Dolgov 2018-12-07 12:04:39 +03:00
parent b68ee9adf4
commit 4fcf816a3a
3 changed files with 10 additions and 1 deletions

View File

@ -1940,6 +1940,10 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
body.flat.ttrss_main #floatingTitle {
background-color: #333333;
border-color: #222222;
}
body.flat.ttrss_main #headlines-frame .whiteBox {
border-color: #222222;
}

File diff suppressed because one or more lines are too long

View File

@ -62,6 +62,11 @@ body.flat.ttrss_main {
}
}
#floatingTitle {
background-color : @bg-main;
border-color : @border-dark;
}
#headlines-frame {
.whiteBox {
border-color : @border-dark;