Apply 5/7 changes to mobile theme

This commit is contained in:
Hadi Nategh 2019-08-06 02:02:00 +02:00
parent 4fb6a89db8
commit 9d5838ad97

View File

@ -472,8 +472,7 @@ Hide subsequent headers in week view with non-consolidated owners
border-bottom: 1px solid silver; border-bottom: 1px solid silver;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
color: white; background-color: white;
background: #2D6393;
} }
.hideDayColHeader .calendar_calDayColHeader > div[data-date] { .hideDayColHeader .calendar_calDayColHeader > div[data-date] {
position: fixed; position: fixed;
@ -2718,19 +2717,19 @@ span.et2_checkbox_slideSwitch span.slideSwitch_container {
} }
span.et2_checkbox_slideSwitch span.slideSwitch_container span.on { span.et2_checkbox_slideSwitch span.slideSwitch_container span.on {
background-image: url(../../../pixelegg/images/7_day_view.svg); background-image: url(../../../pixelegg/images/7_day_view.svg);
background-size: 16px 16px; background-size: 18px 18px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
height: 24px; height: 21px;
top: 0; top: 0;
filter: invert(1); filter: invert(1);
} }
span.et2_checkbox_slideSwitch span.slideSwitch_container span.off { span.et2_checkbox_slideSwitch span.slideSwitch_container span.off {
background-image: url(../../../pixelegg/images/5_day_view.svg); background-image: url(../../../pixelegg/images/5_day_view.svg);
background-size: 16px 16px; background-size: 18px 18px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
height: 24px; height: 21px;
top: 0; top: 0;
} }
span.et2_checkbox_slideSwitch span.slideSwitch_container span { span.et2_checkbox_slideSwitch span.slideSwitch_container span {