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 { input:not(.form-control), textarea {
background-color: @alertify-input-fg; background-color: @alertify-input-fg;
color: @alertify-input-bg; color: @cryptpad_text_col;
border: 1px solid @alertify-input-bg; border: 1px solid @alertify-input-bg;
margin-bottom: 15px; margin-bottom: 15px;
width: 100%; width: 100%;

View File

@ -66,6 +66,11 @@
padding: 8px 12px; padding: 8px 12px;
margin: 1em; margin: 1em;
width: 300px; width: 300px;
&[type="text"]{
background-color: @colortheme_modal-input-fg;
color: @cryptpad_text_col;
border: 1px solid @colortheme_modal-input;
}
} }
.cp-modal-close { .cp-modal-close {