From 0b5f0073272d052b7069e5da213479177122cb54 Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Fri, 13 Dec 2024 10:59:53 -0700 Subject: [PATCH] Styling fixes. --- Views/Home/_GarageDisplay.cshtml | 2 +- wwwroot/css/site.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Views/Home/_GarageDisplay.cshtml b/Views/Home/_GarageDisplay.cshtml index 8668284..fa70c1d 100644 --- a/Views/Home/_GarageDisplay.cshtml +++ b/Views/Home/_GarageDisplay.cshtml @@ -24,7 +24,7 @@ } -
+
@foreach (VehicleViewModel vehicle in Model) { @if (!(userConfig.HideSoldVehicles && !string.IsNullOrWhiteSpace(vehicle.SoldDate))) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 1ea725c..4525b5d 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -291,6 +291,11 @@ html { position: absolute; } +.table-context-menu > li > .dropdown-item:hover { + background-color: rgba(var(--bs-primary-rgb)) !important; + color: #fff !important; +} + html[data-bs-theme="dark"] .table-context-menu { background-color: rgba(33, 37, 41, 0.7); backdrop-filter: blur(10px);