summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-24 07:57:09 +0300
committerAndrew Dolgov <[email protected]>2019-02-24 07:57:09 +0300
commitce92f047ace50b8a79c66cf39411cae51acbd499 (patch)
tree0158e33df6aefcf8d3eb4eef923e848cc170ad3b /themes/night_blue.css
parent25671ad567a951899ea0c0aaf32d0942b816c070 (diff)
dijit tabs: fix icon offsets
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 3fc76c814..64cdce103 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -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;
}