I am trying to change the background color of the container. I have tried everything and no matter what I do I can not get it changed. There has to be something I am missing here is what I am adding to the additional.css I will also add a picture Any help would be great!!
Code:
#uploadprogress_container {
width:400px;
height:115px;
border:1px solid #808080;
text-align:{vb:stylevar left};
background-color:#3c3c3c;
overflow:auto;
}