diff options
author | mkanat%bugzilla.org <> | 2009-02-25 23:39:00 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-25 23:39:00 +0100 |
commit | bfe0ace45de808021bf13e7aa4c2a6b52147a67c (patch) | |
tree | ad6e54b8335c702dcdcc8da9905bcacd6cf5c0dc /skins | |
parent | ba04de6f7d1ad111b61e492f5af9c0fd6145d08d (diff) | |
download | bugzilla-bfe0ace45de808021bf13e7aa4c2a6b52147a67c.tar.gz bugzilla-bfe0ace45de808021bf13e7aa4c2a6b52147a67c.tar.xz |
Bug 480061: Lots of JS was toggling the "display" attribute instead of removing/adding the bz_default_hidden class.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 75dc437d3..a18378d4b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -501,7 +501,6 @@ form#Create .comment { background-repeat: no-repeat; background-position: center center; width: 30px; - display: none; } #select_button { |