Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-4120

ACP Style input class="text"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.0
    • 3.0.x
    • ACP
    • 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.

            Acyd Burn Meik Sievertsen [X] (Inactive)
            Highway of Life David Lewis [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: