mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Fix fancybox missing images. Garbage deleted.
This commit is contained in:
parent
7b4e3f250a
commit
4f7fc33cbd
|
@ -18,7 +18,10 @@ var vendorCopy = [
|
||||||
|
|
||||||
vendorCopy.push({
|
vendorCopy.push({
|
||||||
expand: true,
|
expand: true,
|
||||||
src: [ 'vendor/fancybox/source/*.png' ],
|
src: [
|
||||||
|
'vendor/fancybox/source/*.png',
|
||||||
|
'vendor/fancybox/source/*.gif'
|
||||||
|
],
|
||||||
dest: 'chrome_point_plus/'
|
dest: 'chrome_point_plus/'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
background-image: url('chrome-extension://__MSG_@@extension_id__/vendor/fancybox/source/fancybox_overlay.png');
|
background-image: url('chrome-extension://__MSG_@@extension_id__/vendor/fancybox/source/fancybox_overlay.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fancybox-nav {
|
||||||
|
/* To supress errors */
|
||||||
|
background-image: url('chrome-extension://__MSG_@@extension_id__/vendor/fancybox/source/blank.gif'); /* helps IE */
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-device-pixel-ratio: 1.5) {
|
@media only screen and (min-device-pixel-ratio: 1.5) {
|
||||||
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
||||||
background-image: url('chrome-extension://__MSG_@@extension_id__/vendor/fancybox/source/fancybox_sprite@2x.png');
|
background-image: url('chrome-extension://__MSG_@@extension_id__/vendor/fancybox/source/fancybox_sprite@2x.png');
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 43 B |
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1,003 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in a new issue