summaryrefslogtreecommitdiff
path: root/themes/compact.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/compact.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/compact.css')
-rw-r--r--themes/compact.css15
1 files changed, 3 insertions, 12 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 080f82961..f923b2ee1 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1450,21 +1450,12 @@ body.ttrss_prefs .dijitAccordionTitle i.material-icons {
body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons {
color: white;
}
+body.ttrss_prefs #feedsTab {
+ background: #f5f5f5;
+}
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: #555;
-}
-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;
}