night.css: fix floatingTitle background
This commit is contained in:
parent
b68ee9adf4
commit
4fcf816a3a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue