diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-19 08:15:38 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-19 08:15:38 +0200 |
commit | 6438739f319324e8c3bd752837716ffaef9dda82 (patch) | |
tree | bdc015a70e83b1a506b64157bad57c121c734d39 /skins | |
parent | ddb819c3e46d3d84b692515f11ebd82199bee2f3 (diff) | |
download | bugzilla-6438739f319324e8c3bd752837716ffaef9dda82.tar.gz bugzilla-6438739f319324e8c3bd752837716ffaef9dda82.tar.xz |
Bug 906574: user context menu throws javascript error on second invocation
Diffstat (limited to 'skins')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index b30c1a842..024c1054a 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -454,7 +454,6 @@ table.edit_form hr { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); padding: 10px; position: relative; - z-index: 1; } .bz_comment_text { @@ -501,7 +500,6 @@ table.edit_form hr { padding: 10px; position: relative; top: -1px; - z-index: 1; } .bz_collapse_expand_comments li { |