Hello again AppBuilders,
I thought I had seen this question answered already but I couldn't find it. The geocoder results popup - I can't find where to change the color of the title pane. I deleted the following entry in the style.css file in \stemapp\widgets\Geocoder\css\ folder.
.esriPopup .titlePane {
background-color: #5491B8;
border-color: #777777;
}And I added my own entry in the style.css in my custom style I created that matches my organization's color scheme. I thought this css entry would override anything else. Here is my entry in that file:
.jimu-widget-geocoder .esriPopup .titlePane{
background-color: #6f2a2a;
border-color: #777777;
}I tried it without the jimu-widget-geocoder reference and that didn't work either.
Any help would be much appreciated.
Thanks,
Jeff Ward