I'd like to add a color to the background and remove the border.
I see an example of the droplet in ../modules/droplets/example/LoginBox.php. But that example shows this panel with:
<div class="login-box">
That's not left-col. Also, changing left-col should change everything in that column, not just the login box.
Of course, the actual droplet I'm getting might not be like the example. It would help to know more about how these are stored and accessed.
Actually, I looked it up in the wb_mod_droplets table, and it is just this code. I don't understand why setting attributes for the login-box class in screen.css doesn't seem to apply to this. I'm looking at the developer tools in Chrome and this class does not seem to be applied to that section of code.
In tools I can see the "<div class="login-box"> branch. Selecting it does not show even the login-box class in the Styles list. I get:
div { user agent stylesheet
display: block;
}
It doesn't even show the border style there, which I see on the page.
Thanks for your help!