Go nuclear on Safari's autocomplete.

This commit is contained in:
Dane Everitt 2017-05-01 16:41:39 -04:00
parent b539f26dab
commit c9c0e845b1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 23 additions and 38 deletions

View file

@ -299,3 +299,8 @@ tr:hover + tr.server-description {
bottom: 5px;
right: 10px;
}
input.form-autocomplete-stop[readonly] {
background: inherit;
cursor: text;
}