XF 2.0 How to add shadow to images?

I want to add shadow to all the images on the Forum. How can i do that?
you saying to all the image on the forum post. then it will might work
put in extra.less
CSS:
.lbContainer img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 1px 10px 0 rgba(0, 0, 0, 0.35);
}
 
Back
Top Bottom