1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Merge branch 'master' of git.fakecake.org:tt-rss

This commit is contained in:
Andrew Dolgov
2019-03-08 10:12:06 +03:00
10 changed files with 45 additions and 10 deletions
+4
View File
@@ -367,6 +367,10 @@ div#floatingTitle.Unread a.title {
}
.cdm.expandable:not(.active) {
user-select : none;
}
.cdm.expandable.Unread {
background : white;
}
+4
View File
@@ -196,6 +196,7 @@ body.ttrss_main .hl {
flex-wrap: nowrap;
background: #f5f5f5;
align-items: center;
user-select: none;
}
body.ttrss_main .hl > * {
white-space: nowrap;
@@ -1368,6 +1369,9 @@ div#floatingTitle.Unread a.title {
font-weight: normal;
cursor: pointer;
}
.cdm.expandable:not(.active) {
user-select: none;
}
.cdm.expandable.Unread {
background: white;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -226,6 +226,7 @@ body.ttrss_main {
flex-wrap : nowrap;
background : @color-panel-bg;
align-items : center;
user-select : none;
> * {
white-space : nowrap;