fix text-input colors

This commit is contained in:
David Benqué
2019-11-22 09:52:21 +00:00
parent 0d94fba556
commit e2b3cf3ccc
2 changed files with 6 additions and 1 deletions

View File

@@ -220,7 +220,7 @@
}
input:not(.form-control), textarea {
background-color: @alertify-input-fg;
color: @alertify-input-bg;
color: @cryptpad_text_col;
border: 1px solid @alertify-input-bg;
margin-bottom: 15px;
width: 100%;