Bold for changed/overriden values

This commit is contained in:
marijo 2026-06-09 10:56:31 +00:00
parent 9b717ee6d6
commit 098844ef7b
2 changed files with 8 additions and 3 deletions

View file

@ -298,6 +298,11 @@ tbody tr:hover { background: rgba(255,255,255,.04); }
text-align: right;
font-size: .85rem;
}
.balance-override-input.is-overridden {
font-weight: 900;
color: var(--brand-dark);
border-color: var(--brand);
}
.warnings { display: grid; gap: .55rem; }
.warning {