14 lines
223 B
CSS
14 lines
223 B
CSS
|
|
||
|
.mblTextArea {
|
||
|
padding: 4px 1px;
|
||
|
border-color: #9CACC0;
|
||
|
border-width: 1px;
|
||
|
border-style: inset;
|
||
|
-webkit-border-radius: 6px;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
.mblExpandingTextArea {
|
||
|
margin: 2px;
|
||
|
}
|