Styling fixes.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<div class="row gy-3 align-items-stretch vehiclesContainer">
|
<div class="row gy-3 align-items-stretch vehiclesContainer @(recordTags.Any() ? "" : "mt-2")">
|
||||||
@foreach (VehicleViewModel vehicle in Model)
|
@foreach (VehicleViewModel vehicle in Model)
|
||||||
{
|
{
|
||||||
@if (!(userConfig.HideSoldVehicles && !string.IsNullOrWhiteSpace(vehicle.SoldDate)))
|
@if (!(userConfig.HideSoldVehicles && !string.IsNullOrWhiteSpace(vehicle.SoldDate)))
|
||||||
|
|||||||
@@ -291,6 +291,11 @@ html {
|
|||||||
position: absolute;
|
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 {
|
html[data-bs-theme="dark"] .table-context-menu {
|
||||||
background-color: rgba(33, 37, 41, 0.7);
|
background-color: rgba(33, 37, 41, 0.7);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|||||||
Reference in New Issue
Block a user