Title: Uneven borders around fields
Last modified: August 21, 2016

---

# Uneven borders around fields

 *  [Komponist](https://wordpress.org/support/users/komponist/)
 * (@komponist)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/uneven-borders-around-fields/)
 * Hi!
    Since updating WordPress to 3.6.1, the Email field has a darker border around
   it than the other fields. Any ideas about how to fix this? See my site: [http://digitalmusik.info/kontakt](http://digitalmusik.info/kontakt)
   for a demonstration of the problem. I’m using version 3.5.3 of Contact Form 7.
   Cheers!
 * [http://wordpress.org/plugins/contact-form-7/](http://wordpress.org/plugins/contact-form-7/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Komponist](https://wordpress.org/support/users/komponist/)
 * (@komponist)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/uneven-borders-around-fields/#post-4231902)
 * No one? 🙂
 *  [juniebear](https://wordpress.org/support/users/juniebear/)
 * (@juniebear)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/uneven-borders-around-fields/#post-4231909)
 * Hi,
 * I had the same problem. Seems to be something to do with the template css.
 * All the other input sections uses type=”text”. The email field uses type=”email”
   Styles for fields with type=”email” doesn’t seem to be set up.
 * Using Firebug I see you have the previous field css as
 * input[type=”text”], input[type=”password”], textarea
    { background: none repeat
   scroll 0 0 #FAFAFA; border: 2px solid #DDDDDD; box-shadow: 0 1px 1px rgba(0, 
   0, 0, 0.1) inset; color: #888888; }
 * So i think you can set
    input[type=”**email**“], input[type=”password”], textarea
 * and apply the same styles and it should be good.
 * Hope that works.
 *  Thread Starter [Komponist](https://wordpress.org/support/users/komponist/)
 * (@komponist)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/uneven-borders-around-fields/#post-4231910)
 * Thanks!!
    Will try that 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uneven borders around fields’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Komponist](https://wordpress.org/support/users/komponist/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/uneven-borders-around-fields/#post-4231910)
 * Status: not resolved