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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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%);
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user