forked from extern/egroupware
Make icons of 5/7 switch bigger
This commit is contained in:
parent
2776d215e2
commit
2fd64d4b58
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user