fix signup details

This commit is contained in:
bechi 2014-07-21 18:32:51 -03:00
commit 0b8505404b
3 changed files with 8 additions and 7 deletions

View file

@ -97,7 +97,7 @@ a:hover {
color: #2980b9;
}
input {
.signin input, .setup input {
background: #2C3E50 !important;
-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important;
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important;
@ -105,7 +105,7 @@ input {
color: #7A8C9E !important;
}
select {
.signin select, .setup select {
background: #2C3E50 !important;
border: 0 !important;
color: #7A8C9E !important;
@ -821,6 +821,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
background: #2C3E50;
-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
margin-bottom: 20px;
}
/*-----------------------------------------------------------------*/