BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[scripts]
var inputobj1 = new ej.inputs.TextBox({
placeholder: 'Username',
floatLabelType: 'Auto',
cssClass: 'newClass'
});
inputobj1.appendTo('#username');
[style]
.e-float-input.e-control-wrapper.newClass {
color: blue;
font-size: 18px;
} |
<style>
.e-float-input.e-control-wrapper.newClass:not(.e-error) input:focus ~ label.e-float-text {
color: rgba(10, 163, 0, 1);
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.e-float-input.e-control-wrapper.newClass:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.newClass:not(.e-input-group) .e-float-line::after {
background: rgba(10, 163, 0, 1);
}
</style> |