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.
Hi,
Sorry, I didn't get it. could you please explain more about your case. thanks
Hi,
Can you share the full logs
This is a 404 not found error, There is no swagger/oauth2-redirect.html
page