You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Here https://almsaeedstudio.com/preview I can chose a themplate based in the top right icon cog, is there a simple way to change the default template in rails app to other than blue/black template?
Thanks
The text was updated successfully, but these errors were encountered:
In the aplication scss I found and change @import "AdminLTE/skins/skin-blue"; for this @import "AdminLTE/skins/skin-black-light"; or either I could use this @import "AdminLTE/skins/skin-black"; anyway the nav on top is transparent now, not white as it should be as the last example I send in the other message, is this a bug or is this right?
@AndreLGava Did you figure this out? I was able to change the skin to another color by going into the application.scss file and replacing *= require AdminLTE/skins/skin-blue to the color I wanted. And then within the layouts on admin_lte_2.html.erb, I changed the CSS class in the body from skin-blue to the color I wanted. It worked for me.
Here https://almsaeedstudio.com/preview I can chose a themplate based in the top right icon cog, is there a simple way to change the default template in rails app to other than blue/black template?
Thanks
The text was updated successfully, but these errors were encountered: