Customize loading bar color in Liferay DXP fixpack 36
caneta opened this issue · 3 comments
caneta commented
I would like to customize background color of senna loading bar inside a Liferay DXP fixpack 36 portal.
Looking at it's css here, I guessed to get it setting inside my custom theme main.css file the following:
.senna-loading-bar {
background: red;
}
But this does not work...I cannot even find the senna.css file loaded inside my pages, searching for it with developer tools...
How to get it work?
Thank you
diegonvs commented
Hey @caneta , probably you are overwriting incorrect class.
Did you try use Liferay.spa.app.setLoadingCssClass()
?
diegonvs commented