summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-24 14:50:52 +0300
committerAndrew Dolgov <[email protected]>2019-02-24 14:50:52 +0300
commite13916fd3ef478c12bfc3d42c286b4f958183289 (patch)
tree98eeb3ca2ad0d596b47783be70da7b91e66a70fb /themes/night_blue.css
parentce92f047ace50b8a79c66cf39411cae51acbd499 (diff)
feedtree offset changes should apply to font icons
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 64cdce103..c00e0104e 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -591,7 +591,9 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
color: #333;
}
body.ttrss_main #feeds-holder #feedTree i.icon {
+ position: relative;
left: -2px;
+ top: -4px;
}
body.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #555;