Update colorbox.css to be slightly lighter

This commit is contained in:
Marek Lach 2019-01-23 20:53:12 +01:00
parent a4f638124b
commit f35cc32bf3

View file

@ -19,11 +19,11 @@
#cboxOverlay{background:url(/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
.cboxIframe{background:#f7f7f7;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#9e9e9e;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#b4b4b4;}
#cboxLoadingOverlay{background:url(/images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}
@ -33,7 +33,7 @@
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#4cb2f3;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/controls.png) no-repeat -75px 0; width:25px
; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}