From 57feb0d60963df1f8d73dec6784253afd022e63c Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 27 Aug 2024 08:46:15 +0200 Subject: [PATCH] css and --- TIAMSharedUI/Shared/Components/Navbar.razor | 2 +- TIAMSharedUI/wwwroot/css/TourIAm.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TIAMSharedUI/Shared/Components/Navbar.razor b/TIAMSharedUI/Shared/Components/Navbar.razor index f106075b..4ba4f298 100644 --- a/TIAMSharedUI/Shared/Components/Navbar.razor +++ b/TIAMSharedUI/Shared/Components/Navbar.razor @@ -80,7 +80,7 @@ @{ string url3 = $"user/messages/{userId}"; - @(" (" + SiteViewModel.UnreadMessagesCount + ")") + @(" (" + SiteViewModel.UnreadMessagesCount + ")") } diff --git a/TIAMSharedUI/wwwroot/css/TourIAm.css b/TIAMSharedUI/wwwroot/css/TourIAm.css index 04a0cf3a..c912e8f2 100644 --- a/TIAMSharedUI/wwwroot/css/TourIAm.css +++ b/TIAMSharedUI/wwwroot/css/TourIAm.css @@ -287,7 +287,7 @@ select { } .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist { - background-color: aliceblue; + background-color: lightgray; } /*my blazor overrides end*/ .custom-select {