Update style_sheet spacing

This commit is contained in:
Michael Mintz 2019-09-16 05:02:49 -04:00
parent 0d3071871e
commit d11d0165d7
1 changed files with 5 additions and 5 deletions

View File

@ -102,7 +102,7 @@ bt_backdrop_style = (
'''
.tour-tour-element {
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
pointer-events: none !important;
pointer-events: none !important;
z-index: 9999;
}
@ -139,13 +139,13 @@ sh_backdrop_style = (
'''
body.shepherd-active .shepherd-target.shepherd-enabled {
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
pointer-events: none !important;
pointer-events: none !important;
z-index: 9999;
}
body.shepherd-active .shepherd-orphan {
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
pointer-events: auto;
pointer-events: auto;
z-index: 9999;
}
@ -160,11 +160,11 @@ sh_backdrop_style = (
}
body.shepherd-active .shepherd-step {
pointer-events: auto;
pointer-events: auto;
z-index: 9999;
}
body.shepherd-active {
pointer-events: none !important;
pointer-events: none !important;
}
''')