fix text-input colors

pull/1/head
David Benqué 5 years ago
parent 0d94fba556
commit e2b3cf3ccc

@ -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%;

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

Loading…
Cancel
Save