I'm getting the hang of the Edit CSS override panel in the Appearance area, and I'm happy to say I've been able to do some override tweaking to conform a little more to our brand needs (aside from not being able to insert new content elements — a different problem, I realize).
But I've run into a couple of barriers, this one with regard to button borders on specific elements. Maybe someone can shed some light. Without going into a long story about the overriding I have in place to get me here, I want to put a border around the following two elements alone, but I can't seem to target them via override:
One is the "Latest" select menu...
<select class="Select-input FormControl">...</select>
The other is the "Edit custom CSS" button in the Appearance admin settings.
<button class="Button" type="button">
Any way to target those for adding a border?
The last one seems to be missing a selector, but since there's a selector in the first instance, which I still can't seem to target, I'm not sure that's the problem, exactly.