1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+6 -2
View File
@@ -1,7 +1,7 @@
.cdm {
i.material-icons {
/*i.material-icons {
color : @color-icon;
}
}*/
.header {
position: sticky;
@@ -70,6 +70,10 @@
clear : both;
align-items : center;
i.material-icons {
color : @color-icon;
}
.left {
flex-grow : 2;
}
+1
View File
@@ -14,6 +14,7 @@
@border-default : #ddd;
@default-text: #555;
@color-icon: #777;
@color-hl-icon: #ccc;
@color-tooltip-fg: @color-panel-bg;
@color-tooltip-bg: darken(@color-accent, 10%);
+4 -3
View File
@@ -423,7 +423,7 @@ body.ttrss_main {
i.marked-pic, i.pub-pic {
cursor : pointer;
color : #ccc;
color : @color-hl-icon;
}
div.errorExplained {
@@ -1208,12 +1208,13 @@ body.ttrss_main {
color : #500;
}
.score-neutral i.icon-score {
/*.score-neutral i.icon-score {
opacity : 0.5;
}
}*/
i.icon-score {
cursor : pointer;
color : @color-icon;
}
.panel {