Opened 7 years ago
Closed 7 years ago
#3698 closed defect (bug) (fixed)
In "Month in WordPress submissions" form, The style of URL field is not like form other fields.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | has-screenshots |
Cc: |
Description
On the Make WordPress Communities page, https://make.wordpress.org/community/month-in-wordpress-submissions/ in the bottom "Month in WordPress submissions" form URL field styling is not proper. I mean the look of the field is not like other form fields.
The style of URL field should same as other fields of the form.
I have attached the screenshot for better understanding.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The p2-breathe theme styles these differently, with padding and border colors:
input[type="text"], input[type="email"], input[type="password"], input[type="search"]
Probably should add input[type="url"] to that list.