Update to light media gallery color scheme.
This commit is contained in:
parent
9dbc599434
commit
0c89eb1528
|
@ -115,17 +115,16 @@ if ( !function_exists('tainacan_blocksy_gallery_light_color_scheme') ) {
|
||||||
.tainacan-photoswipe-layer .pswp__bg {
|
.tainacan-photoswipe-layer .pswp__bg {
|
||||||
background-color: rgba(255, 255, 255, 0.85) !important;
|
background-color: rgba(255, 255, 255, 0.85) !important;
|
||||||
}
|
}
|
||||||
.tainacan-photoswipe-layer .pswp__ui--fit .pswp__top-bar,
|
.tainacan-photoswipe-layer .pswp__ui .pswp__top-bar,
|
||||||
.tainacan-photoswipe-layer .pswp__ui--fit .pswp__caption {
|
.tainacan-photoswipe-layer .pswp__ui .pswp__caption {
|
||||||
background-color: rgba(255, 255, 255, 0.7) !important;
|
background-color: rgba(255, 255, 255, 0.7) !important;
|
||||||
}
|
}
|
||||||
.tainacan-photoswipe-layer .pswp__top-bar .pswp__name,
|
.tainacan-photoswipe-layer .pswp__top-bar .pswp__name,
|
||||||
.tainacan-photoswipe-layer .pswp__caption__center {
|
.tainacan-photoswipe-layer .pswp__caption__center,
|
||||||
|
.tainacan-photoswipe-layer .pswp__counter {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
.tainacan-photoswipe-layer .pswp__button,
|
.tainacan-photoswipe-layer .pswp__button {
|
||||||
.tainacan-photoswipe-layer .pswp__button--arrow--left::before,
|
|
||||||
.tainacan-photoswipe-layer .pswp__button--arrow--right::before {
|
|
||||||
filter: invert(100) !important;
|
filter: invert(100) !important;
|
||||||
}
|
}
|
||||||
.tainacan-photoswipe-layer .pswp--css_animation .pswp__preloader__donut {
|
.tainacan-photoswipe-layer .pswp--css_animation .pswp__preloader__donut {
|
||||||
|
|
Loading…
Reference in New Issue