diff options
author | David Lawrence <dkl@mozilla.com> | 2014-12-22 20:44:41 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-12-22 20:44:41 +0100 |
commit | 89e09eb00b896f41ba6e82ce758cd7ea3905f0db (patch) | |
tree | f30028505f24fe2e6ff7224d804f857324c70fa6 /skins/contrib | |
parent | b7062fb466bbb9509a0d96dea35653560326584d (diff) | |
download | bugzilla-89e09eb00b896f41ba6e82ce758cd7ea3905f0db.tar.gz bugzilla-89e09eb00b896f41ba6e82ce758cd7ea3905f0db.tar.xz |
Bug 1113286: backport upstream bug 686333 to bmo/4.2 to convert Bugzilla login fields to <input type=email>
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index adea5a275..9e0b44e2e 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -123,7 +123,8 @@ a:hover, #header a:hover, #footer a:hover { color: #00539f; } -select[multiple], textarea, input[type=text], input[type=password], input:not([type]), .text_input, .yui-ac-input { +select[multiple], textarea, input[type=text], input[type=password], +input[type=email], input:not([type]), .text_input, .yui-ac-input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; |