Aug 3 - Update the inspections/issues page

This commit is contained in:
2026-08-03 14:39:19 -04:00
parent f32a4f86c1
commit 07379bd915
3 changed files with 37 additions and 4 deletions
+31
View File
@@ -58,6 +58,37 @@
background-color: rgba(255, 255, 255, 0.08);
border-radius: 6px;
}
/* ── Shared list-page filter panel (matches dashboard blue theme) ── */
.filter-panel {
background: #eaf2fc; /* light blue tint */
border: 1px solid #bcd2ee;
border-left: 4px solid #4a90d9; /* dashboard blue accent */
border-radius: 12px;
}
.filter-panel .filter-title {
font-weight: 700;
font-size: .82rem;
letter-spacing: .03em;
text-transform: uppercase;
color: #2f6db3;
}
.filter-panel .form-label {
font-weight: 600;
color: #3f4652;
}
/* Give every input/select a clear border so they stand out on the tint */
.filter-panel .form-control,
.filter-panel .form-select {
border: 1.5px solid #9db8db;
background-color: #ffffff;
}
.filter-panel .form-control:focus,
.filter-panel .form-select:focus {
border-color: #4a90d9;
box-shadow: 0 0 0 .18rem rgba(74, 144, 217, .25);
}
.filter-panel .form-control::placeholder { color: #9aa4b2; }
</style>
</head>
<body>
+3 -2
View File
@@ -16,8 +16,9 @@
</div>
{# Filters #}
<div class="card shadow-sm mb-4">
<div class="card-body py-2">
<div class="filter-panel mb-4">
<div class="p-3">
<div class="filter-title mb-2"><i class="bi bi-funnel-fill me-1"></i>Filters</div>
<form method="get">
<div class="row g-2 align-items-end">
<div class="col-md-1">
+3 -2
View File
@@ -10,8 +10,9 @@
{% endif %}
</div>
<div class="card shadow-sm mb-4">
<div class="card-body py-2">
<div class="filter-panel mb-4">
<div class="p-3">
<div class="filter-title mb-2"><i class="bi bi-funnel-fill me-1"></i>Filters</div>
<form method="get" class="row g-2 align-items-end">
<div class="col-md-1">
<label class="form-label small mb-1">Issue #</label>