Mortgage Calculator
LBautista
css
a month ago
414 B
1
Indexable
Never
/*START - (light bg) mortgage change input text color and dropdown*/ .lp-input--light{ color: #000 !important; border-color: #000 !important; &:after{ border-color: #000 !important; } &:hover{ color: #555 !important; &:after{ border-color: #000 !important; } } &:focus{ border-color: #000 !important; } } /*end*/
Leave a Comment