From 954fb37559e4d78a43fed3abe6596aee7bd8d25b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 20 Jan 2016 14:09:51 +0000 Subject: [PATCH] Fix calendar toggle week slideSwitch overlays on time grids while scrolling --- etemplate/templates/default/etemplate2.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index ae05d33762..36e9781b6f 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1711,16 +1711,18 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container > span:first-child { text-align: -moz-center; position: absolute; left:0; - z-index: 6; + font-weight: bold; color:#C0C0C0; top: 5px; } span.et2_checkbox_slideSwitch.switchOn > span.slideSwitch_container > span:first-child { color:#FAFAFA; + z-index: 1; } span.et2_checkbox_slideSwitch.switchOn > span.slideSwitch_container> span:nth-child(2) { color:#C0C0C0; + z-index: 0; } span.et2_checkbox_slideSwitch > span.slideSwitch_container> span:nth-child(2) { width: 50%; @@ -1729,7 +1731,7 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container> span:nth-child(2) { text-align: -webkit-center; text-align: -moz-center; position: absolute; - z-index: 6; + z-index:1; left:50%; font-weight: bold; color:#FAFAFA; @@ -1739,7 +1741,7 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container a { position: absolute; right: 0px; top: 0px; - z-index: 4; + z-index: 0; display: block; width: 50%; height: 100%;