]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/default/src/field/_TextArea.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / default / src / field / _TextArea.scss
1 /**
2 * @class Ext.field.TextArea
3 */
4
5 .x-field-textarea textarea {
6 min-height: $form-textarea-height;
7 padding-top: .5em;
8 }