When you view a portfolio item on the homepage demo you get: - + x controls. When you click: - +, it places the loading.gif ball over the X(close) icon.
It currently fills in this element behind the loading.gif with a background color and I'd like to have it transparent instead. I think I've narrowed it down to .ajax-close but not sure what element to make transparent.
I've already added:
.ajax-control a{
background-color:transparent
}
but the close button seems to still fill with color when the loading.gif appears.
Thanks














