Open Closed

Override Theme Lepton in backend #5788


User avatar
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)
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11