mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 03:51:01 +02:00
make prefs icons a bit more colorful
This commit is contained in:
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…
x
Reference in New Issue
Block a user