From 205acc7f229eee0d1da69ef4c9409efecf596c89 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 16 Sep 2013 22:03:34 +0800 Subject: Bug 916703: password fields need to be styled like all other text fields --- skins/contrib/Mozilla/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index ea2e2bfb6..cad3da055 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -22,7 +22,7 @@ a:hover, #header a:hover, #footer a:hover { color: #00539f; } -select[multiple], textarea, input[type=text], input:not([type]), .text_input, .yui-ac-input { +select[multiple], textarea, input[type=text], input[type=password], 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