From 51c13dbeddd73ef4dd056a2e297696abe7d9e774 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 24 Feb 2009 04:13:25 +0000 Subject: Bug 479197: The mini_login Bugzilla_password box does not convert to text type or clear itself in IE Patch By Max Kanat-Alexander r=glob, a=mkanat --- skins/standard/global.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index aa3b9d758..75dc437d3 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -320,7 +320,10 @@ div#docslinks { /** End Comments **/ .bz_default_hidden, .bz_tui_hidden { - display: none; + /* We have !important because we want elements with these classes to always + * be hidden, even if there is some CSS that overrides it (we use these + * classes inside JavaScript to hide things). */ + display: none !important; } span.quote { -- cgit v1.2.3-24-g4f1b