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

@@ -590,10 +590,6 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
background: #333;
color: #333;
}
body.ttrss_main #feeds-holder #feedTree .icon {
position: relative;
top: -4px;
}
body.ttrss_main #feeds-holder #feedTree i.icon {
left: -2px;
}
@@ -1510,10 +1506,6 @@ body.ttrss_prefs .phpinfo td.e {
body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
}
body.ttrss_prefs #feedTree .icon {
position: relative;
top: -4px;
}
body.ttrss_prefs fieldset,
body.ttrss_utility fieldset {
border-width: 0px;
@@ -1638,6 +1630,14 @@ body.ttrss_utility.share_popup .content {
.flat li {
padding: 2px;
}
.flat #feedTree .icon {
position: relative;
top: -4px;
}
.flat .tabLabel > i.material-icons {
position: relative;
top: -1px;
}
.flat #filterDlg_Matches span.filterRule {
color: green;
}