fix(client): border visibility for form control in nightmode (#37470)
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user