I am trying to port an accordion control to a ui.bootstrap accordion. Most elements that I am dealing with in the ui.bootstrap version are panel classed elements in vanilla Bootstrap.
I have created (using the theme customizer) css to set the backgrounds, borders and text coloring, but I cannot seem to set the opacity in the customizer, and it seems to have no effect when I hand-set it in css.
I don't know much about Less. Is opacity not supported on these panel elements due to competing or inherited styles that I am just not seeing?
In my css bootstrap theme, I have tried setting things like the following:
.panel-default > .panel-heading {
color: #ffffff;
background-color: #000000b3;
border-color: #000000;
}