Prvi commit
This commit is contained in:
15
EveryThing/wwwroot/vendor/libs/blueimp-gallery/gallery-video.scss
vendored
Normal file
15
EveryThing/wwwroot/vendor/libs/blueimp-gallery/gallery-video.scss
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@import '../../../../node_modules/blueimp-gallery/css/blueimp-gallery-video';
|
||||
|
||||
.blueimp-gallery > .slides > .slide {
|
||||
> .video-content > a {
|
||||
background-image: url(img/video-play.png);
|
||||
}
|
||||
|
||||
> .video-loading > a {
|
||||
background-image: url(img/loading.gif);
|
||||
}
|
||||
|
||||
body:last-child & > .video-content:not(.video-loading) > a {
|
||||
background-image: url(img/video-play.svg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user