Browser: Make login form browser auto-fill compatible (#4091)

This commit is contained in:
Rushan
2017-04-11 22:41:42 +05:30
committed by Harshavardhana
parent 7f5e037846
commit 1b0b2c1c76
2 changed files with 3 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ select.form-control {
width: 100%;
height: 40px;
border: 0;
background: transparent;
background: transparent !important;
text-align: center;
position: relative;
z-index: 1;
@@ -114,8 +114,8 @@ select.form-control {
.ig-dark {
.ig-text {
color: @white;
border-color: rgba(255,255,255,0.1);
color: @white !important;
border-color: rgba(255,255,255,0.1) !important;
}
.ig-helpers {