Apply mw-ui-input to captchas in registration form
authorjdlrobson <jdlrobson@gmail.com>
Wed, 30 Jul 2014 01:24:55 +0000 (18:24 -0700)
committerjdlrobson <jdlrobson@gmail.com>
Wed, 30 Jul 2014 01:24:55 +0000 (18:24 -0700)
Change-Id: Ie8160985799eefc2b24315008b23c447d4497dd5

resources/src/mediawiki.special/mediawiki.special.userlogin.common.js

index 2a4449e..247f814 100644 (file)
@@ -43,7 +43,7 @@
                                        '<label for="wpCaptchaWord">' + mw.message( 'createacct-captcha' ).escaped() + '</label>',
                                        '<div class="mw-createacct-captcha-container">',
                                                '<div class="mw-createacct-captcha-and-reload" />',
-                                               '<input id="wpCaptchaWord" name="wpCaptchaWord" type="text" placeholder="' +
+                                               '<input id="wpCaptchaWord" class="mw-ui-input" name="wpCaptchaWord" type="text" placeholder="' +
                                                        mw.message( 'createacct-imgcaptcha-ph' ).escaped() +
                                                        '" tabindex="' + tabIndex + '" autocapitalize="off" autocorrect="off">',
                                                        helpHtml,