1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 04:17:43 +02:00

grotesque hacks to disable firefox autofilling of the forms

This commit is contained in:
kakwa 2016-07-06 20:37:24 +02:00
parent caef6a889e
commit 3b6cf61b93
4 changed files with 19 additions and 9 deletions

View file

@ -70,3 +70,13 @@ div#footer {
font-size: 12px;
text-align: center;
}
.form-control:-moz-read-only { /* For Firefox */
background-color: white;
cursor: default;
}
.form-control:read-only {
background-color: white;
cursor: default;
}