I'm trying to change the background color of the following div:
I tried
with no success. Is this hardcoded or am I missing something?
Also how to change the color of the icons.
Code:
<div class="mediaControls secondaryContent">
I tried
Code:
.mediaControls .secondaryContent {background-color:#f5f5ff !important}
with no success. Is this hardcoded or am I missing something?
Also how to change the color of the icons.