Release Support > Requests

fix font problem for login and password with Google Chrome autocomplete

(1/1)

mv43:
Hello,

To keep the correct appearance inside the HTML input of the login and the password when you have several login/password in the Google Chrome autocomplete popup,  I just added this to my Roundcube installation :


--- Code: ---#rcmloginuser:-webkit-autofill, #rcmloginuser:-webkit-autofill:hover, #rcmloginuser:-webkit-autofill:first-line,
#rcmloginpwd:-webkit-autofill,  #rcmloginpwd:-webkit-autofill:hover, #rcmloginpwd:-webkit-autofill:first-line
{
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
}
--- End code ---

Works fine for me.

Thanks.

Navigation

[0] Message Index

Go to full version