Search code examples
cssformsdrupalstylesdrupal-theming

Firefox 12 ignoring styles for input[type="email"]


I have a form in the sidebar of a drupal site I'm currently working on. I have specified styles for the input[type="email"] element. However firefox does not respect the styles I've dictated. I've tried using the input[type="email" selector as well as calling the element by it's id input#edit-mail to no avail. Any help would be greatly appreciated. This issue is happening in FF v12.

EDIT: Turns out a -ms-filter caused a parse error which caused Firefox to ignore the styles that were dictated after the filter. Thanks for the suggestions.


Solution

  • Turns out a -ms-filter caused a parse error which caused Firefox to ignore the styles that were dictated after the filter. Thanks for the suggestions.