Gallery view in "explorer"

Also fixed some issues with cartel CSS
This commit is contained in:
2021-01-30 17:19:44 +01:00
parent 131bbe11e6
commit 18cdfa8c17
9 changed files with 134 additions and 31 deletions

View File

@ -21,7 +21,6 @@
top:0;
}
.fancybox-custom-layout.fancybox-can-zoomIn .fancybox-show-caption,
.fancybox-custom-layout.fancybox-can-zoomIn .fancybox-caption,
.fancybox-custom-layout.fancybox-can-zoomIn .fancybox-toolbar {
@ -35,7 +34,6 @@
opacity:0;
}
.fancybox-custom-layout .fancybox-button {
color:#38686A;
background:#f6f6f6;
@ -77,4 +75,8 @@
.fancybox-custom-layout .fancybox-caption #info a:hover {
color:#2589BD;
}
.fancybox-custom-layout.fancybox-container .fancybox-caption {
box-sizing:initial;
}