Dean, Yihui,
Thanks for responding. Before I waste any more of your time I'll explain better what I am hoping to do. I am developing a shiny app where a map is a key element. On the map I have several panels that are used for various controls. The map also has a legend, produced via the addLegend function in RStudio's leaflet package.
I recently found out that someone in my organization has produced a bootstrap 3 theme, so I am using that theme for styling the app. I am using a class of "panel panel-default" on the panels that are on the map. The legend, however, has a different class.
My idea was to assign the class "panel panel-default" to the legend, and then I would not have to figure out all changes I would need to make, and going forward maintenance would be much easier. So, if this is possible I will add the github issue. However, if it won't work I don't want to waste your time.
Thanks for you help,
JP