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

pull/37475/head
Kishore Devaraj 2019-10-23 15:26:51 +05:30 committed by mrugesh
parent a475ddc65b
commit 45101c63fa
1 changed files with 2 additions and 1 deletions

View File

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