Cursor text for disabled textareas.

This commit is contained in:
Gunther Brunner
2014-10-02 23:18:07 +09:00
parent 1f46cd0ea2
commit 1d3f3320b8

View File

@@ -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;
}