From 92c358f6f683cfad77420296182175124ac337be Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 8 Jul 2016 10:03:24 +0200 Subject: [PATCH] Fix touch area for no_notification switch --- pixelegg/mobile/fw_mobile.css | 4 ++++ pixelegg/mobile/fw_mobile.less | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 **************/ /***************************************/