fix for issue #44

This commit is contained in:
cktricky
2013-10-12 17:04:57 -04:00
committed by Mike McCabe
parent 16bd465633
commit 7a101a9bb5
+3
View File
@@ -4602,6 +4602,9 @@ button.close {
font-weight: 400; font-weight: 400;
background: #333333; background: #333333;
border: 1px solid #666666; } border: 1px solid #666666; }
.signup .signup-wrapper .content .input:focus {
background: #e6e6e6;
}
.signup .signup-wrapper .content .select { .signup .signup-wrapper .content .select {
height: 52px; height: 52px;
width: 340px; } width: 340px; }