|
|
@ -183,6 +183,7 @@ body.ttrss_main .hl {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body.ttrss_main .hl > * {
|
|
|
|
body.ttrss_main .hl > * {
|
|
|
|
align-self: center;
|
|
|
|
align-self: center;
|
|
|
@ -249,12 +250,15 @@ body.ttrss_main .hl div.title a {
|
|
|
|
font-weight: 600;
|
|
|
|
font-weight: 600;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
color: #777;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body.ttrss_main .hl a.title.high,
|
|
|
|
body.ttrss_main .hl a.title.high,
|
|
|
|
body.ttrss_main .hl span.hl-content.high .preview {
|
|
|
|
body.ttrss_main .hl span.hl-content.high .preview {
|
|
|
|
color: #00aa00;
|
|
|
|
color: #00aa00;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
body.ttrss_main .hl.Unread {
|
|
|
|
|
|
|
|
background: white;
|
|
|
|
|
|
|
|
}
|
|
|
|
body.ttrss_main .hl.Unread div.title a {
|
|
|
|
body.ttrss_main .hl.Unread div.title a {
|
|
|
|
color: black;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1306,7 +1310,7 @@ div#floatingTitle.Unread a.title {
|
|
|
|
color: black;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cdm.expandable {
|
|
|
|
.cdm.expandable {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border: 0px solid #ddd;
|
|
|
|
border: 0px solid #ddd;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|