kopia lustrzana https://github.com/c9/core
37 wiersze
639 B
Plaintext
37 wiersze
639 B
Plaintext
![]() |
|
||
|
.ta{
|
||
|
overflow: auto;
|
||
|
resize: none;
|
||
|
|
||
|
padding: @textarea-padding;
|
||
|
border: @textarea-border;
|
||
|
border-radius: @textarea-border-radius;
|
||
|
.gradient(~"@{textarea-gradient}");
|
||
|
margin: 0;
|
||
|
text-overflow: ellipsis;
|
||
|
box-shadow: @textarea-box-shadow;
|
||
|
|
||
|
font-size: @textarea-font-size;
|
||
|
color: @textarea-color;
|
||
|
font-family: @textarea-font-family;
|
||
|
outline: none;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
.taFocus{
|
||
|
}
|
||
|
|
||
|
.taDisabled{
|
||
|
border: @textarea-disabled-border;
|
||
|
color: @textarea-disabled-color;
|
||
|
}
|
||
|
|
||
|
.taInitial{
|
||
|
color : gray;
|
||
|
}
|
||
|
|
||
|
.taError{
|
||
|
border: 2px solid #ffb500;
|
||
|
padding : 5px;
|
||
|
}
|
||
|
|