improve investment input field
This commit is contained in:
parent
e4ba1378b6
commit
adc3a6b905
3 changed files with 91 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue