summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/css/default.css b/css/default.css
index 57361a866..66c392521 100644
--- a/css/default.css
+++ b/css/default.css
@@ -589,10 +589,6 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
background: white;
color: #333;
}
-body.ttrss_main #feeds-holder #feedTree .icon {
- position: relative;
- top: -4px;
-}
body.ttrss_main #feeds-holder #feedTree i.icon {
left: -2px;
}
@@ -1509,10 +1505,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;
@@ -1637,6 +1629,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;
}