fix text-input colors
This commit is contained in:
parent
0d94fba556
commit
e2b3cf3ccc
@ -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%;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user