diff --git a/Aaru.Server.New/Aaru.Server.New.csproj b/Aaru.Server.New/Aaru.Server.New.csproj index d0db30f1..afaf28c0 100644 --- a/Aaru.Server.New/Aaru.Server.New.csproj +++ b/Aaru.Server.New/Aaru.Server.New.csproj @@ -8,7 +8,7 @@ - + diff --git a/Aaru.Server.New/Components/App.razor b/Aaru.Server.New/Components/App.razor index 6255d65a..f1a1fac1 100644 --- a/Aaru.Server.New/Components/App.razor +++ b/Aaru.Server.New/Components/App.razor @@ -6,10 +6,10 @@ - + - + diff --git a/Aaru.Server.New/Program.cs b/Aaru.Server.New/Program.cs index e059881f..a187f06e 100644 --- a/Aaru.Server.New/Program.cs +++ b/Aaru.Server.New/Program.cs @@ -4,7 +4,7 @@ using Aaru.Server.New; using Aaru.Server.New.Components; using Aaru.Server.New.Components.Account; using Blazorise; -using Blazorise.Bootstrap; +using Blazorise.Bootstrap5; using Blazorise.Icons.FontAwesome; using Microsoft.AspNetCore.Components.Authorization; using Microsoft.AspNetCore.Identity; @@ -119,7 +119,7 @@ builder.Services.AddIdentityCore(static options => builder.Services.AddSingleton, IdentityNoOpEmailSender>(); builder.Services.AddBlazorise(static options => { options.Immediate = true; }) - .AddBootstrapProviders() + .AddBootstrap5Providers() .AddFontAwesomeIcons(); WebApplication app = builder.Build(); diff --git a/Aaru.Server.New/wwwroot/app.css b/Aaru.Server.New/wwwroot/app.css index b38aaa7d..f1b96726 100644 --- a/Aaru.Server.New/wwwroot/app.css +++ b/Aaru.Server.New/wwwroot/app.css @@ -13,7 +13,7 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; } -a, .btn-link { +.nav-link { color: #006bb7; } @@ -709,7 +709,7 @@ kbd { position: relative; } -.table-fixed-header .table thead:not(.table-thead-theme) th { +.table-fixed-header > .table > thead:not(.table-thead-theme) > tr > th { background-color: #333333; }