From 576bfecbfede1b532a6a27096f1e4b1ec64d6b94 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Wed, 18 Mar 2020 10:02:18 +0000 Subject: [PATCH] Adjust lightbox and video modal backgrounds. Wait #3470 @0.25 --- .../resources/assets/styles/widgets/profile-carousel.styl | 3 +++ .../resources/assets/styles/widgets/video-carousel.styl | 5 +++++ 2 files changed, 8 insertions(+) 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) -- 2.39.5