Change image background

Hilmer

Active member
Hi guys

Someone who can tell me how to change the background on the image view.
I would like a gray (still transparent) instead of the one with stribes.

image background.webp
 
Can't get the css to work but don't mind - the change of the grafik worked perfect. Do you know how to change the color behind the thumbs in the botton and the horizontal bar in the top (behind the username and icons)
 
Add this to EXTRA.css:
Code:
.xenOverlay.lightBox #LbUpper,
.xenOverlay.lightBox #LbLower {
background: orange !important;
}

Try adding !important to the code I posted previously - that should work.
 
Top Bottom