mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:25:55 +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;
|
||||
}
|
||||
|
||||
@@ -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: #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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -57,20 +57,14 @@ body.ttrss_prefs {
|
||||
color : white;
|
||||
}
|
||||
|
||||
#feedsTab {
|
||||
background : @color-panel-bg;
|
||||
}
|
||||
|
||||
.dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
|
||||
text-align : center;
|
||||
padding : 5px;
|
||||
color : @default-text;
|
||||
}
|
||||
|
||||
div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
|
||||
margin-right : 5px;
|
||||
}
|
||||
|
||||
#errorButton {
|
||||
color : red;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user