Mortgage Calculator - Element
LBautista
css
10 months ago
535 B
7
Indexable
/*START - mortgage change input text color and dropdown - WB Lloyd*/ .lp-input--light{ color: #000; border-color: #000; &:after{ border-color: #000; } &:hover{ color: #BEAF87; &:after{ border-color: #000; } } &:focus{ border-color: #000; } } button.custom-select-item{ &:focus{ background-color: #fff; color: #000; } &:hover{ background-color: #BEAF87; color: #fff; } } /*end*/
Editor is loading...
Leave a Comment