1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 21:01:28 +00:00

make prefs icons a bit more colorful

This commit is contained in:
Andrew Dolgov
2018-12-09 16:18:58 +03:00
parent 911cbf0e76
commit 57e30bd9bc
5 changed files with 17 additions and 2 deletions

View File

@@ -1769,6 +1769,10 @@ body#sharepopup input {
content: "\f00c";
color: white;
}
.flat .dijitTab i.material-icons,
.flat .dijitAccordionInnerContainer:not(.dijitSelected) i.material-icons {
color: #b87d2c;
}
.flat .dijitTree .dijitFolderClosed,
.flat .dijitTree .dijitFolderOpened {
display: none;

File diff suppressed because one or more lines are too long