Bug 1357169 - Backed out changeset 61f417a156ac (Bug 418833). draft
authorMike Conley <mconley@mozilla.com>
Fri, 31 Mar 2017 09:38:56 -0400
changeset 567466 90e504f98ab04d0b2ee963f5e3f236b197cb9079
parent 567465 ce59f791da65302ad7cab1a46e94f73761ca3f33
child 567467 8d691b0f7e91b015d767bafd3b1b7e4f1b8773d8
push id55584
push usermconley@mozilla.com
push dateTue, 25 Apr 2017 03:00:28 +0000
bugs1357169, 418833
milestone55.0a1
Bug 1357169 - Backed out changeset 61f417a156ac (Bug 418833). MozReview-Commit-ID: 4R6PYCBDQXy
mobile/android/themes/core/content.css
--- a/mobile/android/themes/core/content.css
+++ b/mobile/android/themes/core/content.css
@@ -153,17 +153,17 @@ select {
 }
 
 select:not([size]):not([multiple]),
 select[size="0"],
 select[size="1"] {
   padding: 0 1px 0 1px;
 }
 
-* > input:not(:-moz-any([type="image"], [type="checkbox"], [type="radio"])) {
+* > input:not([type="image"]) {
   border-width: 1px;
   padding: 1px;
 }
 
 textarea {
   resize: none;
   border-width: 1px;
   padding-inline-start: 1px;
@@ -181,16 +181,20 @@ button {
   padding-inline-end: 7px;
   padding-block-start: 0;
   padding-block-end: 0;
 }
 
 input[type="radio"],
 input[type="checkbox"] {
   border: 1px solid var(--form_border) !important;
+  padding-inline-start: 1px;
+  padding-inline-end: 1px;
+  padding-block-start: 2px;
+  padding-block-end: 2px;
 }
 
 select > button {
   border-width: 0px !important;
   margin: 0px !important;
   padding: 0px !important;
   border-radius: 0;
   color: #414141;