diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 5b285dae6b..8630ba2860 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -2705,19 +2705,19 @@ span.et2_checkbox_slideSwitch span.slideSwitch_container { } span.et2_checkbox_slideSwitch span.slideSwitch_container span.on { background-image: url(../../../pixelegg/images/7_day_view.svg); - background-size: 16px 16px; + background-size: 18px 18px; background-repeat: no-repeat; background-position: center; - height: 24px; + height: 21px; top: 0; filter: invert(1); } span.et2_checkbox_slideSwitch span.slideSwitch_container span.off { background-image: url(../../../pixelegg/images/5_day_view.svg); - background-size: 16px 16px; + background-size: 18px 18px; background-repeat: no-repeat; background-position: center; - height: 24px; + height: 21px; top: 0; } span.et2_checkbox_slideSwitch span.slideSwitch_container span { diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 9394280f60..04c3bf6a7b 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -1249,19 +1249,19 @@ span.et2_checkbox_slideSwitch { span.slideSwitch_container { span.on { background-image: url(../../../pixelegg/images/7_day_view.svg); - background-size: 16px 16px; + background-size: 18px 18px; background-repeat: no-repeat; background-position: center; - height: 24px; + height: 21px; top:0; filter: invert(1); } span.off { background-image: url(../../../pixelegg/images/5_day_view.svg); - background-size: 16px 16px; + background-size: 18px 18px; background-repeat: no-repeat; background-position: center; - height: 24px; + height: 21px; top:0; } padding: 0px;