Skip to content

Commit

Permalink
Merge pull request #757 from lokesh/dev
Browse files Browse the repository at this point in the history
v2.11.5
  • Loading branch information
lokesh authored Oct 3, 2024
2 parents efaf39f + 6bc87b6 commit de06988
Show file tree
Hide file tree
Showing 12 changed files with 854 additions and 1,161 deletions.
1 change: 1 addition & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ The goal of this script from it's beginnings till today is to to provide a bette

### Dependencies
- Drop jQuery requirement.
- Replace Grunt and Bower with modern alternatives.
9 changes: 0 additions & 9 deletions dist/css/lightbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body.lb-disable-scrolling {
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
Expand Down Expand Up @@ -41,7 +40,6 @@ body.lb-disable-scrolling {

.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
Expand Down Expand Up @@ -105,7 +103,6 @@ body.lb-disable-scrolling {
left: 0;
float: left;
background: url(../images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
Expand All @@ -114,7 +111,6 @@ body.lb-disable-scrolling {
}

.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

Expand All @@ -123,7 +119,6 @@ body.lb-disable-scrolling {
right: 0;
float: right;
background: url(../images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
Expand All @@ -132,14 +127,12 @@ body.lb-disable-scrolling {
}

.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand Down Expand Up @@ -189,7 +182,6 @@ body.lb-disable-scrolling {
background: url(../images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
Expand All @@ -199,6 +191,5 @@ body.lb-disable-scrolling {

.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
2 changes: 1 addition & 1 deletion dist/css/lightbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de06988

Please sign in to comment.