-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
The install directory does not have any class="text" on the input fields.
But instead of using
input.text {
|
cursor:text;
|
}
|
Wouldn’t it be better to use...
input, textarea {
|
cursor:text;
|
}
|
That way, there would be no reason to specify class="text" on every input and textarea field.

