Skip to content
Snippets Groups Projects
Commit 60b37d6b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: style

parent a3216ee0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment