summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/night.css b/themes/night.css
index 8605c92a6..14f7e074f 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -609,10 +609,10 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-archive {
color: #c77b2e;
}
body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
+ position: relative;
color: #ffc069;
font-size: 21px;
- top: -4px;
- left: -4px;
+ left: -2px;
}
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
color: #ff7c4b;
@@ -621,8 +621,9 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-whatshot {
color: #69C671;
}
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
+ position: relative;
+ top: -1px;
font-weight: bold;
- left: -3px;
color: #b87d2c;
}
body.ttrss_main #headlines-wrap-inner {