I’t looks like its impossible to overwrite some green icons.
I’m using the Custom Dashboard Extension and the following CSS code within that extension:
i.green {
color: #2a20d4!important;
}
Unlike almost every other CSS overwrite, this one won’t work. It looks like it has something to do with the order of loading CSS on some pages?
Screenshot:
josklever
(Jos Klever)
2
First I would try to replace this with i.check.green.icon
1 Like
Thanks for the response Jos, I’m afraid that won’t help either. Tried that before and generalized it to i.green…
josklever
(Jos Klever)
4
Both are needed. But two blocks higher you see that the green color is set based on another class: i.inverted.circular.green.icon
.
You just need to find the classes using the inspector and set them all to the desired color.
1 Like
Awesome, it’s working now! Thanks Jos!
1 Like
system
(system)
Closed
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.