Add style for autofill fields

This commit is contained in:
Laurent Destailleur 2011-12-16 20:06:16 +01:00
parent cd30e2744b
commit 5ed9c9992d

View File

@ -105,6 +105,7 @@ select.flat, form.flat select {
input:disabled { input:disabled {
background:#ddd; background:#ddd;
} }
input:-webkit-autofill { background-color: #FCFEFA !important; background-image:none !important; }
textarea:disabled { textarea:disabled {
background:#ddd; background:#ddd;
} }