@ Lane
Technically, yes…
The enhanced select drop down is a jQuery library called Chosen which has its own JS and CSS files which are loaded. It is these CSS declaration that Enfold is stomping all over. The real fix is for Enfold to fix how they declare the styles as it is not only affects Connections, they are breaking other plugin which use it too. Many plugins use this library.
Including Chosen specific CSS in my own CSS means I then need to ensure my CSS does not break Chosen when Chosen is updated whether it be in Connections or another plugin. My solution mentioned in my previous reply it is not great for the exact same reasons I just mentioned but at least the downsides are specifically limited to Enfold rather than globally to users of all other themes. And when it does break all I’ll need to do is grab the current Chosen CSS and prefix it with a Connections ID again. So from a management/risk scenario this is better even though I really do not like it (as a solution).
I’m going to include this in the next update and see how it goes. Here are the changes if you are interested:
