mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 03:53:28 +02:00
Cursor text for disabled textareas.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user