summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-13 18:32:02 +0300
committerAndrew Dolgov <[email protected]>2021-02-13 18:32:02 +0300
commit17413078a72e1298c6dc8953c40e8d83ce38c49c (patch)
tree3951793b50ded20a5b15cf78b1727e787c014ad2 /themes/night_blue.css
parent9684ce5c4b94c21002209f88c26f5ead94406198 (diff)
pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css15
1 files changed, 3 insertions, 12 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 4bea2256f..93027e8be 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1451,21 +1451,12 @@ body.ttrss_prefs .dijitAccordionTitle i.material-icons {
body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons {
color: white;
}
+body.ttrss_prefs #feedsTab {
+ background: #222;
+}
body.ttrss_prefs .dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
padding: 0px;
}
-body.ttrss_prefs div#feedlistLoading,
-body.ttrss_prefs div#filterlistLoading,
-body.ttrss_prefs div#labellistLoading {
- text-align: center;
- padding: 5px;
- color: #ccc;
-}
-body.ttrss_prefs div#feedlistLoading img,
-body.ttrss_prefs div#filterlistLoading img,
-body.ttrss_prefs div#labellistLoading {
- margin-right: 5px;
-}
body.ttrss_prefs #errorButton {
color: red;
}