From ce92f047ace50b8a79c66cf39411cae51acbd499 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 24 Feb 2019 07:57:09 +0300 Subject: dijit tabs: fix icon offsets --- themes/night.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 3f3e03b79..fdb7ca300 100644 --- a/themes/night.css +++ b/themes/night.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; } -- cgit v1.2.3