improve investment input field

This commit is contained in:
Tobias Brunner 2025-07-23 14:38:30 +02:00
parent e4ba1378b6
commit adc3a6b905
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
3 changed files with 91 additions and 10 deletions

View file

@ -426,6 +426,27 @@
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
/* Investment amount input enhancements */
#investment-amount {
font-family: 'Courier New', monospace;
font-weight: 600;
text-align: right;
padding-right: 1rem;
}
#investment-amount:focus {
text-align: left;
padding-left: 1rem;
padding-right: 0.75rem;
}
#investment-amount::placeholder {
font-family: system-ui, -apple-system, sans-serif;
font-weight: normal;
text-align: left;
opacity: 0.6;
}
.main-config-fields .form-select {
border-color: #dee2e6;
font-size: 1.1rem;