make prefs icons a bit more colorful

master
Andrew Dolgov 6 years ago
parent 911cbf0e76
commit 57e30bd9bc

@ -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

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

@ -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
Loading…
Cancel
Save