diff --git a/app/assets/stylesheets/main.css.erb b/app/assets/stylesheets/main.css.erb index 547ce35..2296075 100755 --- a/app/assets/stylesheets/main.css.erb +++ b/app/assets/stylesheets/main.css.erb @@ -4602,6 +4602,9 @@ button.close { font-weight: 400; background: #333333; border: 1px solid #666666; } + .signup .signup-wrapper .content .input:focus { + background: #e6e6e6; + } .signup .signup-wrapper .content .select { height: 52px; width: 340px; }