1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 21:11:27 +00:00

dijit tabs: fix icon offsets

This commit is contained in:
Andrew Dolgov
2019-02-24 07:57:09 +03:00
parent 25671ad567
commit ce92f047ac
9 changed files with 40 additions and 40 deletions

View File

@@ -4,6 +4,18 @@
padding: 2px;
}
#feedTree {
.icon {
position : relative;
top : -4px;
}
}
.tabLabel > i.material-icons {
position : relative;
top : -1px;
}
#filterDlg_Matches span.filterRule {
color: green;
}
@@ -142,4 +154,4 @@
}
}
}
}