Revision 61b943f6 cloudcms/static/cloudcms/less/colorbox.less

b/cloudcms/static/cloudcms/less/colorbox.less
27 27
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
28 28
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
29 29
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
30
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
30
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
31 31
        #cboxPrevious:hover{background-position:bottom left;}
32
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
32
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
33 33
        #cboxNext:hover{background-position:bottom right;}
34 34
        #cboxLoadingOverlay{background:#000;}
35
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
36
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
35
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
36
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
37 37
        #cboxClose:hover{background-position:bottom center;}

Also available in: Unified diff