From 2006a0f90af949d2fca4c753764fd7076dfa4224 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 15 Oct 2014 20:16:00 +0200 Subject: [PATCH] Bug 1083536 - Remove max-width/height on radio & checkbox inputs. r=bz --- b2g/chrome/content/content.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/b2g/chrome/content/content.css b/b2g/chrome/content/content.css index c28f2fa32e7..645ab3d384a 100644 --- a/b2g/chrome/content/content.css +++ b/b2g/chrome/content/content.css @@ -178,8 +178,6 @@ button { input[type="radio"], input[type="checkbox"] { - max-width: 14px; - max-height: 14px; border: 1px solid #a7a7a7 !important; padding: 2px 1px 2px 1px; }