filter: invert(0);
}
#appmenu .icon-more-white,
- .header-right > div:not(#settings) > * {
+ .header-right > div:not(#settings) > *:first-child {
filter: invert(1) hue-rotate(180deg);
}
}
color: #000;
}
#appmenu svg {
- filter: invert(1) !important;
+ filter: invert(1) hue-rotate(180deg) !important;
}
#appmenu .icon-more-white,
- .header-right > div:not(#settings) > * {
- filter: invert(1) hue-rotate(180deg);
+ .header-right > div:not(#settings) > *:first-child {
+ filter: invert(1) hue-rotate(180deg) !important;
}
}
this.updateGlobalStyles()
},
updateGlobalStyles() {
+ document.body.setAttribute('data-dashboard-background', this.background)
if (window.OCA.Theming.inverted) {
document.body.classList.add('dashboard-inverted')
}