Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit b507d31

Browse files
committed
Updated to v3.5.7
- Fixed #2213 keyboard navigation inside form dropdowns - Fixed #2210 - Depreciated: HTMLVideoElement.webkitExitFullscreen()
1 parent f2f8a40 commit b507d31

16 files changed

+709
-715
lines changed

dist/jquery.fancybox.css

+14-14
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ body.compensate-for-scrollbar {
119119
}
120120

121121
.fancybox-slide {
122-
-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
122+
-webkit-backface-visibility: hidden;
123+
/* Using without prefix would break IE11 */
123124
display: none;
124125
height: 100%;
125126
left: 0;
@@ -390,6 +391,7 @@ body.compensate-for-scrollbar {
390391
transition-timing-function: linear;
391392
z-index: 99998;
392393
}
394+
393395
/* Close button on the top right corner of html content */
394396

395397
.fancybox-close-small {
@@ -457,16 +459,14 @@ body.compensate-for-scrollbar {
457459
/* Caption */
458460

459461
.fancybox-caption {
460-
background: linear-gradient(
461-
to top,
462-
rgba(0, 0, 0, .85) 0%,
463-
rgba(0, 0, 0, .3) 50%,
464-
rgba(0, 0, 0, .15) 65%,
465-
rgba(0, 0, 0, .075) 75.5%,
466-
rgba(0, 0, 0, .037) 82.85%,
467-
rgba(0, 0, 0, .019) 88%,
468-
rgba(0, 0, 0, 0) 100%
469-
);
462+
background: linear-gradient(to top,
463+
rgba(0, 0, 0, .85) 0%,
464+
rgba(0, 0, 0, .3) 50%,
465+
rgba(0, 0, 0, .15) 65%,
466+
rgba(0, 0, 0, .075) 75.5%,
467+
rgba(0, 0, 0, .037) 82.85%,
468+
rgba(0, 0, 0, .019) 88%,
469+
rgba(0, 0, 0, 0) 100%);
470470
bottom: 0;
471471
color: #eee;
472472
font-size: 14px;
@@ -674,7 +674,6 @@ body.compensate-for-scrollbar {
674674
}
675675
}
676676
}
677-
678677
/* Share */
679678

680679
.fancybox-share {
@@ -774,7 +773,6 @@ body.compensate-for-scrollbar {
774773
padding: 10px 15px;
775774
width: 100%;
776775
}
777-
778776
/* Thumbs */
779777

780778
.fancybox-thumbs {
@@ -886,10 +884,12 @@ body.compensate-for-scrollbar {
886884
.fancybox-thumbs {
887885
width: 110px;
888886
}
887+
889888
.fancybox-show-thumbs .fancybox-inner {
890889
right: 110px;
891890
}
891+
892892
.fancybox-thumbs__list a {
893893
max-width: calc(100% - 10px);
894894
}
895-
}
895+
}

0 commit comments

Comments
 (0)