mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
night.css: fix floatingTitle background
This commit is contained in:
@@ -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
@@ -62,6 +62,11 @@ body.flat.ttrss_main {
|
||||
}
|
||||
}
|
||||
|
||||
#floatingTitle {
|
||||
background-color : @bg-main;
|
||||
border-color : @border-dark;
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
.whiteBox {
|
||||
border-color : @border-dark;
|
||||
|
||||
Reference in New Issue
Block a user