Mortgage Calculator

 avatar
LBautista
css
10 months ago
414 B
5
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