0
jproteau created
- ABP Framework version: v7.3.3
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace: We are trying to create our theme and remove the Abp basic one. We are able to do it, but screens coming from the back end still have the four basic abp themes (by example, the /account/manage screen or login screen). How do we do to share same new customize themes and have the same one in Blazor front end and ApiHost back end? We tried to apply the same customization technique in the back end but we have this error : SecurityLogs:1 Refused to apply style from 'https://localhost:44387/Themes/LeptonX/Global/side-menu/css/bootstrap-lhlight.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled. In addition, we don't find any documentation to override/customize back end themes.
- Steps to reproduce the issue:
1 Answer(s)
-
0
hey,
there are different things that need to be done depending on what exactly you want to customize. From your question I am guessing that you just want to replace css.
Here's the documentation on how to do that: LeptonX Blazor WASM Customization
Volosoft Youtube Video about LeptonX Customization
Does that solve your issue?