Fix: style

This commit is contained in:
Laurent Destailleur 2012-05-09 14:50:28 +02:00
parent a3216ee0c6
commit 60b37d6b43

View File

@ -215,7 +215,12 @@ select.flat, form.flat select {
input:disabled {
background:#ddd;
}
input:-webkit-autofill { background-color: #FCFEFA !important; background-image:none !important; }
input:-webkit-autofill {
background-color: #FCFEFA !important; background-image:none !important;
}
input.liste_titre {
box-shadow: none !important;
}
textarea:disabled {
background:#ddd;