Make icons of 5/7 switch bigger

This commit is contained in:
Hadi Nategh 2019-08-05 10:36:23 +02:00
parent 2776d215e2
commit 2fd64d4b58
2 changed files with 8 additions and 8 deletions

View File

@ -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 {

View File

@ -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;