mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add icons to accordion panels in preferences
fix typo in pref-prefs closing panel tag
This commit is contained in:
@@ -1437,6 +1437,13 @@ body.ttrss_prefs .dijitTree#labelTree .dijitTreeIcon,
|
||||
body.ttrss_prefs .dijitTree#filterTree .dijitTreeIcon {
|
||||
display: none;
|
||||
}
|
||||
body.ttrss_prefs .dijitAccordionTitle i.material-icons {
|
||||
top: -1px;
|
||||
position: relative;
|
||||
}
|
||||
body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons {
|
||||
color: white;
|
||||
}
|
||||
body.ttrss_prefs #pref-filter-wrap,
|
||||
body.ttrss_prefs #pref-filter-header,
|
||||
body.ttrss_prefs #pref-filter-content,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -38,6 +38,15 @@ body.ttrss_prefs {
|
||||
display : none;
|
||||
}
|
||||
|
||||
.dijitAccordionTitle i.material-icons {
|
||||
top : -1px;
|
||||
position : relative;
|
||||
}
|
||||
|
||||
.dijitAccordionTitleSelected i.material-icons {
|
||||
color : white;
|
||||
}
|
||||
|
||||
/* div#pref-tabs .dijitContentPane {
|
||||
font-size : 14px;
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user