From d11d0165d79aebdd2d2d750156a19f75090dbe65 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 16 Sep 2019 05:02:49 -0400 Subject: [PATCH] Update style_sheet spacing --- seleniumbase/core/style_sheet.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/seleniumbase/core/style_sheet.py b/seleniumbase/core/style_sheet.py index 3ac19a5a..7547fe6e 100755 --- a/seleniumbase/core/style_sheet.py +++ b/seleniumbase/core/style_sheet.py @@ -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; } ''')