diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index c9446f6a1a..e425f96472 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -8230,6 +8230,10 @@ form[id^="tracker-"] .dialogHeadbar { background-repeat: no-repeat; background-position: center; } + body .et2_checkbox_slideSwitch.notification_check input { + width: 100% !important; + height: 100% !important; + } body .cke_inner .cke_toolbox .cke_toolbox_main { height: 30px; white-space: nowrap; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index f84b054b0d..f1c5a8cbe1 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -1366,7 +1366,7 @@ background-repeat: no-repeat; background-position: center; } - + input {width: 100% !important;height:100% !important;} } /*************** CKEDITOR **************/ /***************************************/