X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fbootstrap%2Fcolorbox_rtl.css;fp=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fbootstrap%2Fcolorbox_rtl.css;h=654784d13e559783b822b667c6dfdbfd2c7693df;hp=7e6504aba7e65204fefd00c3a8cb546cbbdaf03e;hb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543;hpb=e847eea4a82a7396dd0abf860f9b30d654f38629 diff --git a/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox_rtl.css b/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox_rtl.css index 7e6504a..654784d 100644 --- a/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox_rtl.css +++ b/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox_rtl.css @@ -2,6 +2,7 @@ ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */ +#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;} @@ -27,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; right: 70px; color: #999; } #cboxPrevious { background-image: url(images/next.png); right: 5px; } #cboxNext { background-image: url(images/prev.png); right: 25px; }