Add red outline to errors

This commit is contained in:
dr-carlos 2022-07-25 15:38:30 +10:00
parent fbefd61e38
commit 60376aa9c5

View file

@ -102,12 +102,15 @@ input.equipment-input {
font-weight: bold; font-weight: bold;
background-color: hsl(0, 0%, 21%) !important; background-color: hsl(0, 0%, 21%) !important;
border-radius: 0.375rem !important; border-radius: 0.375rem !important;
border-color: rgba(33, 37, 41, 1) !important;
min-height: calc(1.2 * var(--scaled-fontsize) + 2px); min-height: calc(1.2 * var(--scaled-fontsize) + 2px);
padding: 0rem 0.5rem; padding: 0rem 0.5rem;
font-size: var(--scaled-fontsize); font-size: var(--scaled-fontsize);
} }
input.equipment-input:not(.is-invalid) {
border-color: rgba(33, 37, 41, 1) !important;
}
.my-container { .my-container {
position: fixed; /* Stay in place */ position: fixed; /* Stay in place */
left: var(--sidebar-width); left: var(--sidebar-width);