Commit ccd910cc8cb3f63f58da3b5f3fefeaa574345d57

Authored by Francisco Júnior
1 parent ecc0476c

add css property - text-transform - on user email fields

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -6163,6 +6163,12 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img {
6163 6163 content: '';
6164 6164 }
6165 6165  
  6166 +#signup-form #signup-email input#user_email,
  6167 +#profile-data input#profile_data_email,
  6168 +#forgot-password-form input#value {
  6169 + text-transform: lowercase;
  6170 +}
  6171 +
6166 6172 .action-account-signup #wrap-1 div.fieldWithErrors {
6167 6173 background: transparent;
6168 6174 }
... ...