summaryrefslogtreecommitdiff
path: root/css/default.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 /css/default.css
parent01b2f0a24f240fad1fc8a7badb534d196871eabf (diff)
feedlist: adjust star position
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/default.css b/css/default.css
index 255fb7eb4..9d6b81fd1 100644
--- a/css/default.css
+++ b/css/default.css
@@ -608,10 +608,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;
@@ -620,8 +620,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 {