forked from fancyapps/fancybox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ | |
} | ||
|
||
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { | ||
background-image: url('fancybox_sprite.png'); | ||
background-image: url(fancybox_sprite.png); | ||
} | ||
|
||
#fancybox-loading { | ||
|
@@ -94,7 +94,7 @@ | |
#fancybox-loading div { | ||
width: 44px; | ||
height: 44px; | ||
background: url('fancybox_loading.gif') center center no-repeat; | ||
background: url(fancybox_loading.gif) center center no-repeat; | ||
} | ||
|
||
.fancybox-close { | ||
|
@@ -114,7 +114,7 @@ | |
height: 100%; | ||
cursor: pointer; | ||
text-decoration: none; | ||
background: transparent url('blank.gif'); /* helps IE */ | ||
background: transparent url(blank.gif); /* helps IE */ | ||
-webkit-tap-highlight-color: rgba(0,0,0,0); | ||
z-index: 8040; | ||
} | ||
|
@@ -164,7 +164,7 @@ | |
/* Overlay helper */ | ||
|
||
.fancybox-lock { | ||
overflow: hidden !important; | ||
overflow: visible !important; | ||
width: auto; | ||
} | ||
|
||
|
@@ -183,7 +183,7 @@ | |
overflow: hidden; | ||
display: none; | ||
z-index: 8010; | ||
background: url('fancybox_overlay.png'); | ||
background: url(fancybox_overlay.png); | ||
} | ||
|
||
.fancybox-overlay-fixed { | ||
|
@@ -262,12 +262,12 @@ | |
only screen and (min-device-pixel-ratio: 1.5){ | ||
|
||
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { | ||
background-image: url('[email protected]'); | ||
background-image: url([email protected]); | ||
background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ | ||
} | ||
|
||
#fancybox-loading div { | ||
background-image: url('[email protected]'); | ||
background-image: url([email protected]); | ||
background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.