So, I am still rewriting a web application in Web 2.0. I am gradually working out issues and while my application is still not production capable (webcontainers just don’t render fast enough, among other things), it is inching towards that goal.
Now, some issues remain with styling. I was able to design my CSS classes such that my buttons (default, primary and primary-alternate, which can be set with a bit of javascript - Thank you @Anthony_G_Cyphers for that post!) look and behave (hover, disable, etc.) pretty much the way I want. Popupmenus are somewhat of a challenge. I can manage the behavior of the pull down menu with the dropdown-menu CSS class, but the button part itself still resists me. Does anyone know the CSS class involved here, and more generally, what are the classes that correspond to Xojo controls? - or if this is documented somewhere, please point me in the right direction!
Thanks in advance.