| @@ -1,5 +1,5 @@ | ||
| 1 | -:where(.elementor-lightbox) { | |
| 1 | +.elementor-lightbox { | |
| 2 | 2 | --lightbox-ui-color: rgba(238, 238, 238, 0.9); |
| 3 | 3 | --lightbox-ui-color-hover: #fff; |
| 4 | 4 | --lightbox-text-color: var(--lightbox-ui-color); |
| 5 | 5 | --lightbox-header-icons-size: 20px; |
| @@ -4,9 +4,8 @@ | ||
| 4 | 4 | --lightbox-text-color: var(--lightbox-ui-color); |
| 5 | 5 | --lightbox-header-icons-size: 20px; |
| 6 | 6 | --lightbox-navigation-icons-size: 25px; |
| 7 | 7 | } |
| 8 | - | |
| 9 | 8 | .elementor-lightbox:not(.elementor-popup-modal) .dialog-header, |
| 10 | 9 | .elementor-lightbox:not(.elementor-popup-modal) .dialog-message { |
| 11 | 10 | text-align: center; |
| 12 | 11 | } |
| @@ -161,9 +160,9 @@ | ||
| 161 | 160 | right: 0; |
| 162 | 161 | } |
| 163 | 162 | .elementor-lightbox .swiper .swiper-pagination-fraction { |
| 164 | 163 | width: max-content; |
| 165 | - color: currentColor; | |
| 164 | + color: #ffffff; | |
| 166 | 165 | } |
| 167 | 166 | .elementor-lightbox .elementor-swiper-button:focus { |
| 168 | 167 | outline-width: 1px; |
| 169 | 168 | } |
| @@ -195,14 +194,14 @@ | ||
| 195 | 194 | @media (max-width: 767px) { |
| 196 | 195 | .elementor-lightbox .elementor-swiper-button:focus { |
| 197 | 196 | outline: none; |
| 198 | 197 | } |
| 198 | + .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { | |
| 199 | + width: 20%; | |
| 200 | + } | |
| 199 | 201 | .elementor-lightbox .elementor-swiper-button-prev:active, .elementor-lightbox .elementor-swiper-button-next:active { |
| 200 | 202 | -webkit-tap-highlight-color: transparent; /* fallback for some Androids */ |
| 201 | 203 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 202 | - } | |
| 203 | - .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { | |
| 204 | - width: 20%; | |
| 205 | 204 | } |
| 206 | 205 | .elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i { |
| 207 | 206 | padding: 10px; |
| 208 | 207 | background-color: rgba(0, 0, 0, 0.5); |