##// END OF EJS Templates
Fixed the progressbar on opening an image popup.
neko259 -
r68:ae7793c6 default
parent child Browse files
Show More
1 NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
@@ -67,7 +67,7 b''
67 67 }
68 68
69 69 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
70 /*background-image: url('fancybox_sprite.png');*/
70 background-image: url('fancybox_sprite.png');
71 71 }
72 72
73 73 #fancybox-loading {
@@ -85,7 +85,7 b''
85 85 #fancybox-loading div {
86 86 width: 44px;
87 87 height: 44px;
88 /*background: url('fancybox_loading.gif') center center no-repeat;*/
88 background: url('fancybox_loading.gif') center center no-repeat;
89 89 }
90 90
91 91 .fancybox-close {
@@ -166,7 +166,7 b''
166 166 overflow: hidden;
167 167 display: none;
168 168 z-index: 8010;
169 /*background: url('fancybox_overlay.png');*/
169 background: url('fancybox_overlay.png');
170 170 }
171 171
172 172 .fancybox-overlay-fixed {
General Comments 0
You need to be logged in to leave comments. Login now