Commit 8813c95c9a433711a475f149340e815bc75ff5f6
1 parent
966f2e5c
Exists in
master
and in
29 other branches
signup-screen: improvements in checking field
AI2515
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -6086,6 +6086,10 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | @@ -6086,6 +6086,10 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | ||
6086 | box-shadow: 0 0 7px green; | 6086 | box-shadow: 0 0 7px green; |
6087 | } | 6087 | } |
6088 | 6088 | ||
6089 | +#signup-form input.checking { | ||
6090 | + box-shadow: none; | ||
6091 | +} | ||
6092 | + | ||
6089 | #signup-form select { | 6093 | #signup-form select { |
6090 | height: auto; | 6094 | height: auto; |
6091 | padding-right: 3px; | 6095 | padding-right: 3px; |
@@ -6161,6 +6165,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | @@ -6161,6 +6165,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | ||
6161 | padding: 0px; | 6165 | padding: 0px; |
6162 | background: transparent; | 6166 | background: transparent; |
6163 | color: #7f0000; | 6167 | color: #7f0000; |
6168 | + box-shadow: none; | ||
6164 | } | 6169 | } |
6165 | 6170 | ||
6166 | #signup-form .checking { | 6171 | #signup-form .checking { |
@@ -6173,6 +6178,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | @@ -6173,6 +6178,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | ||
6173 | padding: 0px; | 6178 | padding: 0px; |
6174 | background: transparent; | 6179 | background: transparent; |
6175 | color: #4A4A4A; | 6180 | color: #4A4A4A; |
6181 | + box-shadow: none; | ||
6176 | } | 6182 | } |
6177 | 6183 | ||
6178 | #signup-form .validated { | 6184 | #signup-form .validated { |