Mortgage Calculator
LBautista
css
a year ago
414 B
8
Indexable
/*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*/
Editor is loading...
Leave a Comment