You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
370 B
CSS
20 lines
370 B
CSS
.ui-inputtextarea-resizable {
|
|
overflow:hidden;
|
|
resize:none;
|
|
}
|
|
|
|
.ui-fluid .ui-inputtextarea {
|
|
width:100%;
|
|
}
|
|
|
|
.ui-float-label textarea:focus ~ label,
|
|
.ui-float-label textarea.ui-state-filled ~ label,
|
|
.ui-float-label textarea:-webkit-autofill ~ label {
|
|
top: -.75em;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.ui-float-label > textarea ~ label {
|
|
left: .25em;
|
|
top: .75em;
|
|
} |