summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-19 08:29:43 +0300
committerAndrew Dolgov <[email protected]>2019-03-19 08:29:43 +0300
commit9f52327b34b324c3ad052a1c2751d860862ffcc7 (patch)
tree710aa9500b4d6da02d9c49bd0f30045571a027cc /themes/night.css
parent01b2f0a24f240fad1fc8a7badb534d196871eabf (diff)
feedlist: adjust star position
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 {