X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavette_www.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fbootstrap%2Fcolorbox.css;h=8ca350e1ec0655f691e4b12e657786d20798afc7;hp=0a68929b4f9608a05093d4f925e7ced21b9e1d1c;hb=83e62ea97fafb78dde1372b78c1be4c71b5b1b58;hpb=be2c315934c5993ef2c5b9481e99e8de5d967da2 diff --git a/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css b/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css index 0a68929..8ca350e 100644 --- a/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css +++ b/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css @@ -2,7 +2,7 @@ ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */ -#colorbox {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;} +#colorbox, #cboxLoadedContent {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;} #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:4999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} @@ -28,10 +28,10 @@ #cboxNext, #cboxSlideshow, #cboxClose { border: 0; background-color: transparent; background-repeat: no-repeat; background-position: 50% 50%; position: absolute; bottom: 8px; width: 20px; height: 20px; line-height: 20px; text-indent: -9999px; opacity: 0.2; } -#cboxPrevious.hover, -#cboxNext.hover, -#cboxSlideshow.hover, -#cboxClose.hover { opacity: 1 } +#cboxPrevious:hover, +#cboxNext:hover, +#cboxSlideshow:hover, +#cboxClose:hover { opacity: 1 } #cboxCurrent { position: absolute; bottom: 9px; left: 70px; color: #999; } #cboxPrevious { background-image: url(images/prev.png); left: 5px; } #cboxNext { background-image: url(images/next.png); left: 25px; }