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);