In this post we will explore how to change the UI theme for your ABP MVC / Razor Pages UI.
Comments
radvista@gmail.com
166 weeks ago
I think the proper way to make it independent is to first rename it to represent what it is based on and second to put all bundling in that template itself. See below:
public override void ConfigureBundle(BundleConfigurationContext context)
{
context.Files.Add("/themes/adminlte/css/adminlte.css");
context.Files.Add("/themes/adminlte/css/OverlayScrollbars.css");
Comments
radvista@gmail.com 166 weeks ago
I think the proper way to make it independent is to first rename it to represent what it is based on and second to put all bundling in that template itself. See below:
wwwroot/themes/adminlte/css/adminlte.cs wwwroot/themes/adminlte/css/OverlayScrollbars.css