alertify: add textarea + checkbox

pull/1/head
Pierre Bondoerffer 7 years ago
parent e486e47aa1
commit 008fa12755
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

@ -124,7 +124,7 @@
margin: 0; margin: 0;
} }
input:not(.form-control){ input:not(.form-control), textarea {
background-color: @alertify-input-bg; background-color: @alertify-input-bg;
color: @alertify-input-fg; color: @alertify-input-fg;
border: 0px; border: 0px;
@ -137,6 +137,13 @@
//outline-offset: -2px; //outline-offset: -2px;
} }
} }
input[type="checkbox"] {
padding: 0;
margin: 0;
margin-right: 0.5em;
}
nav { nav {
text-align: right; text-align: right;

Loading…
Cancel
Save