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:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user