diff options
author | Byron Jones <bjones@mozilla.com> | 2013-09-16 16:03:34 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-09-16 16:03:34 +0200 |
commit | 205acc7f229eee0d1da69ef4c9409efecf596c89 (patch) | |
tree | c50a40a7afacf982cd4afb5ba584c167df28d408 | |
parent | bb123beb8e0371aac40d6e003dc896f1ee9a7643 (diff) | |
download | bugzilla-205acc7f229eee0d1da69ef4c9409efecf596c89.tar.gz bugzilla-205acc7f229eee0d1da69ef4c9409efecf596c89.tar.xz |
Bug 916703: password fields need to be styled like all other text fields
-rw-r--r-- | skins/contrib/Mozilla/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |