summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index ed231c589..da7fe1a7a 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.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: #257aa7;
}
body.ttrss_main #headlines-wrap-inner {