Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - nukeworker

#1
Free Themes / Re: Exodus
May 21, 2016, 06:31:18 PM
I am trying to put a shadow around the post and quick reply box in the theme.

I can't seem to find the correct tag in the css to add the shadow to.

This is the shadow:

-webkit-box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.55);
-moz-box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.55);
box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.55);

I just can't seem to figure it out.