Activities of "liangshiwei"

Hi,

Because the bootstrap-light/dark.css is dynamically loaded, you should make sure blazor-global-styles.css is below it

you can try

/* Your Global Styles */

.pagination .page-item.active .page-link{
    background-color: black !important;
}

.form-check-input:checked{
    background-color: black !important;
    border-color: black !important;
}

App.razor

.....

<body class="abp-application-layout @rtl">
    <link rel="stylesheet" href="/blazor-global-styles.css"> // add blazor-global-styles.css to body
    
.....

I will check it

Hi,

You can email support@abp.io or info@abp.io and describe the details of your order. I refunded your ticket.

The style was not apply, It seems there is an issue with the path, can you check it?

Hi,

Sorry, I didn't get it. could you please explain more about your case. thanks

You can check all package versions and dependency relationships in the project.assets.json file

Hi,

Can you share the full logs

This is a 404 not found error, There is no swagger/oauth2-redirect.html page

Hi,

You can try custom the CSS

https://abp.io/docs/latest/ui-themes/lepton-x/angular

Hi,

Could not load type 'Volo.Abp.MultiTenancy.ICurrentTenant' from assembly 'Volo.Abp.MultiTenancy, Version=9.0.2.0

I guess your project uses different ABP versions

You can check all package versions and dependency relationships in the project.assets.json file

Showing 371 to 380 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20