Is it possible to apply opacity to jQuery tabs? It works for accordions but I can't get it to work for tabs.
CSS
.ui-tabs{
background-image: none;
background: rgba(204, 204, 204, 0.5);
}
.ui-tabs-nav{
background-image: none;
background: rgba(204, 204, 204, 0.5);
}
.ui-tabs-panel{
background-image: none;
background: rgba(204, 204, 204, 0.5);
}