Skip to content

Commit f030af8

Browse files
authored
Merge pull request #251 from topcoder-platform/issues-149_1
Issues-149: fixed minor issues
2 parents 466eb20 + ec43692 commit f030af8

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

web-assets/css/styles.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ select::-ms-expand {
489489
font-family: Roboto;
490490
font-size: 14px;
491491
}
492+
.center-align-card.signup-card .page-content .input-field select{
493+
background: none;
494+
}
495+
492496
.center-align-card.signup-card .page-content .input-field .icon-arrow g{
493497
fill: #AAAAAA;
494498
opacity: 1;
@@ -504,7 +508,6 @@ select::-ms-expand {
504508
height: 14px;
505509
right: 14px;
506510
pointer-events: none;
507-
508511
}
509512

510513
.center-align-card.signup-card .page-content .input-field select:focus,
@@ -513,7 +516,7 @@ select::-ms-expand {
513516
.center-align-card.signup-card .page-content .input-field input:hover {
514517
box-shadow: none;
515518
}
516-
.center-align-card.signup-card .page-content .input-field label{
519+
.center-align-card.signup-card .page-content .input-field label {
517520
color: #AAAAAA;
518521
font-family: Roboto;
519522
font-size: 14px;
@@ -522,8 +525,14 @@ select::-ms-expand {
522525
text-align: left;
523526
}
524527

525-
.center-align-card.signup-card .page-content button.continue-btn
526-
{
528+
.center-align-card.signup-card .page-content button.continue-btn:not(:disabled):hover {
529+
background-image: none;
530+
}
531+
.center-align-card.signup-card .page-content button.continue-btn:focus{
532+
outline: 0px;
533+
}
534+
535+
.center-align-card.signup-card .page-content button.continue-btn {
527536
background-color: #137D60;
528537
border-radius: 4px;
529538
width: 100%;

0 commit comments

Comments
 (0)