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:
parent
caef6a889e
commit
3b6cf61b93
4 changed files with 19 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue