Add style for autofill fields
This commit is contained in:
parent
cd30e2744b
commit
5ed9c9992d
@ -105,6 +105,7 @@ select.flat, form.flat select {
|
||||
input:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
input:-webkit-autofill { background-color: #FCFEFA !important; background-image:none !important; }
|
||||
textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user