Bug 1082757 - Remove max-width/height on radio & checkbox inputs. r=wesj
--- a/mobile/android/themes/core/content.css
+++ b/mobile/android/themes/core/content.css
@@ -173,18 +173,16 @@ input[type="submit"],
input[type="reset"],
button {
border-width: 1px;
padding: 0 7px 0 7px;
}
input[type="radio"],
input[type="checkbox"] {
- max-width: 14px;
- max-height: 14px;
border: 1px solid @form_border@ !important;
padding: 2px 1px 2px 1px;
}
select > button {
border-width: 0px !important;
margin: 0px !important;
padding: 0px !important;