Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-4120 now.

ACP Style input class="text" (fix completed in vcs)

The install directory does not have any class="text" on the input fields.
But instead of using
Code: Select all
input.text {
cursor:text;
}

Wouldn’t it be better to use...
Code: Select all
input, textarea {
cursor:text;
}
??

That way, there would be no reason to specify class="text" on every input and textarea field.

Comments / History

Posted by Acyd Burn (Server Manager) on May 6th 2007, 11:16

Yes, i actually included this before SHS` changed everything - i already intend to revert the (IMO) too complicated change.

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on May 6th 2007, 11:16

Posted by Highway of Life (QA Team) on May 6th 2007, 12:37

LOL okay... :D

Would it help at all if I submitted a patch file with all the changes?

Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Server Manager) on May 6th 2007, 12:48

Posted by Acyd Burn (Server Manager) on May 6th 2007, 12:48

No, not really. :) I already did the change locally and see no problems.

Linked ticket with changeset: r7485

Action performed by Anonymous (I am too lazy to register) on May 6th 2007, 15:31

Changed ticket status from "Fix in progress" to "Fix completed in CVS"

Action performed by Acyd Burn (Server Manager) on May 6th 2007, 18:09

Ticket details

Related SVN changesets