summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
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/light/prefs.less
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/light/prefs.less')
-rw-r--r--themes/light/prefs.less14
1 files changed, 4 insertions, 10 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 95ddefc34..0206916ae 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -57,18 +57,12 @@ body.ttrss_prefs {
color : white;
}
- .dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
- padding : 0px;
- }
-
- div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
- text-align : center;
- padding : 5px;
- color : @default-text;
+ #feedsTab {
+ background : @color-panel-bg;
}
- div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
- margin-right : 5px;
+ .dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
+ padding : 0px;
}
#errorButton {