From 6a23b8335dd9e0786cf2c6ea90c8574ac0c6f28f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 21 Jun 2009 19:33:40 +0000 Subject: Bug 463598: Improve the performance of the JavaScript that adjusts field values based on the value of another field Patch by Max Kanat-Alexander r=wicked, a=mkanat --- skins/standard/global.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index d36f88f4a..3e5765434 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -319,7 +319,7 @@ div#docslinks { /** End Comments **/ -.bz_default_hidden, .bz_tui_hidden { +.bz_default_hidden, .bz_tui_hidden, .bz_hidden_field, .bz_hidden_option { /* 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). */ @@ -456,13 +456,6 @@ div.user_match { vertical-align: top; } -.bz_hidden_field, .bz_hidden_option { - display: none; -} -.bz_hidden_option { - visibility: hidden; -} - .calendar_button { background: transparent url("global/calendar.png") no-repeat; width: 20px; -- cgit v1.2.3-24-g4f1b