1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 00:31:28 +00:00

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 { body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none; text-shadow: none;
} }
body.flat.ttrss_main #floatingTitle {
background-color: #333333;
border-color: #222222;
}
body.flat.ttrss_main #headlines-frame .whiteBox { body.flat.ttrss_main #headlines-frame .whiteBox {
border-color: #222222; 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 { #headlines-frame {
.whiteBox { .whiteBox {
border-color : @border-dark; border-color : @border-dark;