mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user