fix(client): border visibility for form control in nightmode (#37470)

This commit is contained in:
Kishore Devaraj
2019-10-23 15:26:51 +05:30
committed by mrugesh
parent a475ddc65b
commit 45101c63fa

View File

@ -248,9 +248,10 @@ strong {
} }
.form-control { .form-control {
color: var(--theme-color); color: var(--primary-color);
outline: none; outline: none;
border-color: var(--quaternary-background); border-color: var(--quaternary-background);
background-color: var(--primary-background);
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
-moz-box-shadow: none !important; -moz-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;