Fix the preferences form: Labels' for attributes, boolean fields and autofill of the new password field

This commit is contained in:
Jyri-Petteri Paloposki 2019-05-22 03:36:27 +03:00
parent 5962fe808b
commit 22530a6b80
5 changed files with 13 additions and 5 deletions

View file

@ -428,6 +428,10 @@ a.footer_link {
width: 250px;
}
input[type="checkbox"] {
height: auto;
}
/* override jquery css to match tracks defaults better */
div.pref_new_token a { color: #CC3334; }
}