1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

* shorten_expanded: use promises instead of a timeout hack

* normalize some icon colors
This commit is contained in:
Andrew Dolgov
2021-03-10 14:57:03 +03:00
parent 96031c80bf
commit 36ad46e60d
11 changed files with 148 additions and 69 deletions

View File

@@ -982,6 +982,11 @@ body.ttrss_main:not([view-mode="marked"])[hide-read-feeds="true"][hide-read-show
body.ttrss_main:not([view-mode="marked"])[hide-read-feeds="true"][hide-read-shows-special="false"] #feeds-holder #feedTree .dijitTreeRow:not(.Unread):not(.AlwaysVisible) {
display: none;
}
body.ttrss_main {
/*.score-neutral i.icon-score {
opacity : 0.5;
}*/
}
body.ttrss_main #toolbar-headlines i.icon-syndicate {
color: #ff7c4b;
margin-right: 8px;
@@ -1018,11 +1023,9 @@ body.ttrss_main .score-high i.icon-score {
body.ttrss_main .score-low i.icon-score {
color: #500;
}
body.ttrss_main .score-neutral i.icon-score {
opacity: 0.5;
}
body.ttrss_main i.icon-score {
cursor: pointer;
color: #777;
}
body.ttrss_main .panel {
border: 1px solid #ddd;
@@ -1206,8 +1209,10 @@ body.ttrss_utility div.autocomplete ul li {
video::-webkit-media-controls-overlay-play-button {
display: none;
}
.cdm i.material-icons {
color: #777;
.cdm {
/*i.material-icons {
color : @color-icon;
}*/
}
.cdm .header {
position: sticky;
@@ -1269,6 +1274,9 @@ video::-webkit-media-controls-overlay-play-button {
clear: both;
align-items: center;
}
.cdm .footer i.material-icons {
color: #777;
}
.cdm .footer .left {
flex-grow: 2;
}