|
<SfTextBox></SfTextBox>
<style>
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after {
background-color: #93949a;
}
</style> |
|
/* Initial loading and hovering*/
.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
border-color: blueviolet;
}
/*While focus in*/
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after {
background-color: blueviolet;
} |
|
<style>
/* Initial loading and hovering*/
.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
border-color: blueviolet;
}
/*While focus in floatlabeltye Auto*/
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
background: blueviolet;
}
</style> |
|
<p>Float label type Auto</p>
<SfTextBox FloatLabelType="@FloatLabelType.Auto" CssClass="custom" Placeholder="Enter your name"></SfTextBox>
<p>Float label type Always</p>
<SfTextBox FloatLabelType="@FloatLabelType.Always" CssClass="custom" Placeholder="Enter your name"></SfTextBox>
<p>Float label type Never</p>
<SfTextBox CssClass="custom" Placeholder="Enter your name"></SfTextBox>
<style>
/* Initial loading and hovering*/
.custom.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.custom.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.custom.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.custom.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
border-color: blueviolet;
}
/*While focus in for FLoatlabeltype never*/
.custom.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.custom.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after {
background-color: blueviolet;
}
/*While focus in floatlabeltye Auto*/
.custom.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.custom.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.custom.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.custom.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.custom.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.custom.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.custom.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.custom.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
background: blueviolet;
}
</style> |
|
<style>
/* Initial loading and hovering*/
.custom.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .custom.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
.custom.e-float-input textarea, .custom.e-float-input.e-control-wrapper textarea, .custom.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.custom.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.custom.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.custom.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
border-color: blueviolet;
}
/*While focus in for FLoatlabeltype nerver*/
.custom.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.custom.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.custom.e-float-input:not(.e-input-group) .e-float-line::before,
.custom.e-float-input:not(.e-input-group) .e-float-line::after {
background-color: blueviolet;
}
/*While focus in floatlabeltye Auto*/
.custom.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.custom.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.custom.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.custom.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.custom.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.custom.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.custom.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.custom.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
background: blueviolet;
}
</style> |
|
.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover {
border-color: blueviolet;
}
|