From: stephen@cubedesigners.com Date: Wed, 18 Mar 2020 10:02:18 +0000 (+0000) Subject: Adjust lightbox and video modal backgrounds. Wait #3470 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=576bfecbfede1b532a6a27096f1e4b1ec64d6b94;p=physioassist-wordpress.git Adjust lightbox and video modal backgrounds. Wait #3470 @0.25 --- diff --git a/wp-content/themes/physioassist/resources/assets/styles/widgets/profile-carousel.styl b/wp-content/themes/physioassist/resources/assets/styles/widgets/profile-carousel.styl index d4970ab4..25bb98d2 100644 --- a/wp-content/themes/physioassist/resources/assets/styles/widgets/profile-carousel.styl +++ b/wp-content/themes/physioassist/resources/assets/styles/widgets/profile-carousel.styl @@ -51,6 +51,9 @@ //=== Lity Lightbox customisations +.lity + background-color: rgba($colors.dark-blue, 0.9) + .lity-close position: absolute top: 16px !important diff --git a/wp-content/themes/physioassist/resources/assets/styles/widgets/video-carousel.styl b/wp-content/themes/physioassist/resources/assets/styles/widgets/video-carousel.styl index 2abefa05..d582679b 100644 --- a/wp-content/themes/physioassist/resources/assets/styles/widgets/video-carousel.styl +++ b/wp-content/themes/physioassist/resources/assets/styles/widgets/video-carousel.styl @@ -123,3 +123,8 @@ &.slick-active button:before background-color: #1f8ccc + + +//=== Elementor Lightbox customisations +.dialog-type-lightbox + background-color: rgba($colors.dark-blue, 0.9)