night.css: fix some more floatingTitle styles
This commit is contained in:
parent
4fcf816a3a
commit
eae2f5361e
|
@ -1944,6 +1944,15 @@ body.flat.ttrss_main #floatingTitle {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-color: #222222;
|
border-color: #222222;
|
||||||
}
|
}
|
||||||
|
body.flat.ttrss_main #floatingTitle .feed a {
|
||||||
|
color: #cccccc;
|
||||||
|
}
|
||||||
|
body.flat.ttrss_main #floatingTitle i.material-icons {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
body.flat.ttrss_main div#floatingTitle.Unread a.title {
|
||||||
|
color: #cccccc;
|
||||||
|
}
|
||||||
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
|
@ -65,6 +65,18 @@ body.flat.ttrss_main {
|
||||||
#floatingTitle {
|
#floatingTitle {
|
||||||
background-color : @bg-main;
|
background-color : @bg-main;
|
||||||
border-color : @border-dark;
|
border-color : @border-dark;
|
||||||
|
|
||||||
|
.feed a {
|
||||||
|
color : @fg-light;
|
||||||
|
}
|
||||||
|
|
||||||
|
i.material-icons {
|
||||||
|
opacity : 0.7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div#floatingTitle.Unread a.title {
|
||||||
|
color : @fg-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headlines-frame {
|
#headlines-frame {
|
||||||
|
|
Loading…
Reference in New Issue