Hello,
I was using the /public_html/templates/MY_TEMPLATE/html/mod_easysocial_login/styles
style.css in order to override my login module.
But after the 1.4.1 update (where I see it is inspiring!) the module does not override some rules. I have set
body div#fd.es.mod-es-login.style-horizontal .input-area .form-inline input {
background: #000000 !important;
font-size: 14px;
color: white !important;
border: 1px solid #303030 !important;
width: 95%;
}
but it became white...