Fix 7-5 days switch action in calendar toolbar does not show a right cursor

This commit is contained in:
Hadi Nategh 2018-09-20 14:25:24 +02:00
parent 4bd103fd7d
commit 66bb77b37c
5 changed files with 7 additions and 0 deletions

View File

@ -2262,6 +2262,7 @@ span.et2_checkbox_slideSwitch {
display: inline-block;
vertical-align: middle;
border: 1px solid silver;
cursor: pointer;
}
span.et2_checkbox_slideSwitch > span.slideSwitch_container {
height: 16px;
@ -2329,6 +2330,7 @@ span.et2_checkbox_slideSwitch > input {
z-index: 7;
width: 100%;
height: 100%;
cursor: pointer;
}
span.et2_checkbox_slideSwitch.switchOn > span.slideSwitch_container a {
right:50%;
@ -2339,6 +2341,7 @@ span.et2_checkbox_slideSwitch.switchOn > span.slideSwitch_container a {
margin: 1px;
margin-right: 3px;
border-radius: 3px;
cursor: pointer;
}
.et2_toolbar_more span.et2_checkbox_slideSwitch {
text-align: left;

View File

@ -1003,6 +1003,7 @@
span.et2_checkbox_slideSwitch:hover {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
border: 1px solid gray;
cursor: pointer;
}
span.et2_checkbox_slideSwitch > span.slideSwitch_container {
background-color: #fafafa;

View File

@ -992,6 +992,7 @@
span.et2_checkbox_slideSwitch:hover {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
border: 1px solid gray;
cursor: pointer;
}
span.et2_checkbox_slideSwitch > span.slideSwitch_container {
background-color: #fafafa;

View File

@ -981,6 +981,7 @@ ul.et2_nowrap, div.et2_nowrap{
span.et2_checkbox_slideSwitch:hover {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
border: 1px solid gray;
cursor: pointer;
}
span.et2_checkbox_slideSwitch > span.slideSwitch_container {background-color: #fafafa;}

View File

@ -1014,6 +1014,7 @@
span.et2_checkbox_slideSwitch:hover {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
border: 1px solid gray;
cursor: pointer;
}
span.et2_checkbox_slideSwitch > span.slideSwitch_container {
background-color: #fafafa;