com.phloxui
Version:
PhloxUI Ng2+ Framework
32 lines (27 loc) • 551 B
text/less
phx-text-area{
//overide bs style
.form-control {
}
.form-control[disabled], fieldset[disabled] .form-control {
cursor: default;
opacity: 1;
color: @CLR_DISABLED_FONT;
background-color: @CLR_DISABLED_BG;
}
.form-control[readonly] {
background-color: extract(@CLR_1, 9);
}
}
.phx-text-area {
> div{
// overide sthing
> div {
> textarea {
// overflow:hidden; // why the writer do this ? I do not know but comment this for showing scrollbar
resize: vertical;
min-height: 26pt;
line-height: 1.5;
}
}
}
}