From 89e09eb00b896f41ba6e82ce758cd7ea3905f0db Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 22 Dec 2014 19:44:41 +0000 Subject: Bug 1113286: backport upstream bug 686333 to bmo/4.2 to convert Bugzilla login fields to --- skins/contrib/Mozilla/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'skins') 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; -- cgit v1.2.3-24-g4f1b