Add DevLoader project reference

This commit is contained in:
Joseph Doherty
2026-02-13 10:11:01 -05:00
parent 1b9367dcbb
commit ddc782dc76
13 changed files with 296 additions and 151 deletions
@@ -296,6 +296,53 @@ code {
padding: 0;
}
/* Legacy-style form labels - bold, above the field */
.field-label {
font-weight: bold;
margin-bottom: 0.25rem;
font-size: 0.95rem;
color: #333;
}
/* Read-only input styling - grey background */
.readonly-input {
background-color: #eee !important;
color: #555 !important;
cursor: default;
}
/* Search details card header bar */
.search-details-header {
background-color: #f5f5f5;
padding: 0.75rem 1rem;
border-bottom: 1px solid #ddd;
margin: -1.25rem -1.25rem 1rem -1.25rem;
font-size: 1rem;
}
/* Blue submit button (legacy style) */
.btn-submit-blue {
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
color: #fff !important;
}
.btn-submit-blue:hover {
background-color: #286090 !important;
border-color: #204d74 !important;
}
/* Filter panel input row - align Add button with input bottom */
.filter-input-row {
display: flex;
align-items: flex-end;
gap: 0.5rem;
}
.filter-input-row .filter-input-col {
flex: 0 1 41.67%;
}
/* RadzenUpload inline button style (no drop zone) */
.rz-upload-inline .rz-fileupload-buttonbar {
padding: 0;