summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 14:57:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 14:57:03 +0300
commit36ad46e60db2e44f508b942379abd189bbb3dfa6 (patch)
tree3bdc0dfedd3cb289a10511b2c95979066aaf8c90 /themes/light
parent96031c80bf380e3816ab81a74524d47983631ce4 (diff)
* shorten_expanded: use promises instead of a timeout hack
* normalize some icon colors
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/cdm.less8
-rw-r--r--themes/light/defines.less1
-rw-r--r--themes/light/tt-rss.less7
3 files changed, 11 insertions, 5 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 91e07e3f4..760fa44c7 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -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;
}
diff --git a/themes/light/defines.less b/themes/light/defines.less
index dd3f62251..0786775ad 100644
--- a/themes/light/defines.less
+++ b/themes/light/defines.less
@@ -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%);
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index fa7e3e2a1..38593a8a5 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -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 {