linuxfoundation / lfevents

For the Linux Foundation Events website events.linuxfoundation.org
MIT License
19 stars 5 forks source link

New styling for LFEvents newsletter forms #918

Closed cjyabraham closed 3 weeks ago

cjyabraham commented 4 weeks ago

Newsletter forms are going to have a Country dropdown added to them. Could we get a styling treatment for this field?

To develop these new styles, you could temporarily add a Country dropdown (ID = form_country) to a form and play around with the styling.

cjyabraham commented 3 weeks ago

I have deployed the updated styles and updated all the forms.

@thetwopct any idea how to make the placeholder text "Select Country" grey like the other inputs: Screenshot 2024-06-25 at 4 34 14 PM

thetwopct commented 3 weeks ago

You could try

.event-footer option:disabled {
 color: darkgray
}

might need specificity:

.event-footer select option:disabled {
 color: darkgray
}
cjyabraham commented 3 weeks ago

Some ideas for improvement on the event's newsletter form:

cjyabraham commented 3 weeks ago

deployed