1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02: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: #257aa7;
}
.flat .dijitTree .dijitFolderClosed,
.flat .dijitTree .dijitFolderOpened {
display: none;

File diff suppressed because one or more lines are too long

View File

@ -51,6 +51,13 @@
color: white;
}
.dijitTab,
.dijitAccordionInnerContainer:not(.dijitSelected) {
i.material-icons {
color: @color-accent;
}
}
.dijitTree {
.dijitFolderClosed,
.dijitFolderOpened {

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