diff --git a/res/app/layout/stf-styles.css b/res/app/layout/stf-styles.css index 87fc487e..0fc470e4 100644 --- a/res/app/layout/stf-styles.css +++ b/res/app/layout/stf-styles.css @@ -418,3 +418,12 @@ input { .alert { margin-bottom: 0; } + + +/* Form */ + +textarea.form-control[disabled], +textarea.form-control[readonly], +fieldset[disabled] textarea.form-control { + cursor: text; +}