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

Commit

Permalink
Updated to v3.5.7
Browse files Browse the repository at this point in the history
- Fixed #2213 keyboard navigation inside form dropdowns
- Fixed #2210 - Depreciated: HTMLVideoElement.webkitExitFullscreen()
  • Loading branch information
fancyapps committed Mar 11, 2019
1 parent f2f8a40 commit b507d31
Show file tree
Hide file tree
Showing 16 changed files with 709 additions and 715 deletions.
28 changes: 14 additions & 14 deletions dist/jquery.fancybox.css
Expand Up @@ -119,7 +119,8 @@ body.compensate-for-scrollbar {
}

.fancybox-slide {
-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
-webkit-backface-visibility: hidden;
/* Using without prefix would break IE11 */
display: none;
height: 100%;
left: 0;
Expand Down Expand Up @@ -390,6 +391,7 @@ body.compensate-for-scrollbar {
transition-timing-function: linear;
z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
Expand Down Expand Up @@ -457,16 +459,14 @@ body.compensate-for-scrollbar {
/* Caption */

.fancybox-caption {
background: linear-gradient(
to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%
);
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
Expand Down Expand Up @@ -674,7 +674,6 @@ body.compensate-for-scrollbar {
}
}
}

/* Share */

.fancybox-share {
Expand Down Expand Up @@ -774,7 +773,6 @@ body.compensate-for-scrollbar {
padding: 10px 15px;
width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
Expand Down Expand Up @@ -886,10 +884,12 @@ body.compensate-for-scrollbar {
.fancybox-thumbs {
width: 110px;
}

.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}

.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
}

0 comments on commit b507d31

Please sign in to comment.