From b639aaca0fe68e41a85970d86098b73ff0d48e84 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 28 Feb 2022 09:50:02 +0000 Subject: [PATCH] Checkbox class --- epicyon-profile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index c6463cb9a..a7521c9c6 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1744,7 +1744,7 @@ div.container { font-family: 'NimbusSanL'; opacity: 0.7; } - input[type=checkbox] + input[type=checkbox], .profilecheckbox { -ms-transform: scale(2); -moz-transform: scale(2); @@ -2486,7 +2486,7 @@ div.container { font-family: 'NimbusSanL'; opacity: 0.7; } - input[type=checkbox] + input[type=checkbox], .profilecheckbox { -ms-transform: scale(4); -moz-transform: scale(4); @@ -3225,7 +3225,7 @@ div.container { font-family: 'NimbusSanL'; opacity: 0.7; } - input[type=checkbox] + input[type=checkbox], .profilecheckbox { -ms-transform: scale(4); -moz-transform: scale(4);