I’m currently attempting to style the App Toolbar. I can use CSS on ui.bar.action to change the background color - so I know I’m trying to use the correct identifer - but I’d like to add a drop shadow to the app toolbar and possibly increase the padding. I’ve tried using box shadow and dropshadow css without avail. Anyone have any ideas?
I’ve tried this for example:
ui.bar.action {
background-color: BackgroundColor;
box-shadow: 5px 5px 10px 2px rgba(0,0,0,.8);
}
Additionally, is there no way to change the color of the header menu button, text, audio button, etc?
I included a pic of where I’d like to change the font color/icon color and another arrow where I’d like to add a subtle drop shadow. Thanks for the help!