diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-26 06:06:33 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-26 06:06:33 +0100 |
commit | 1f5e3bd6d9880fdc1d2d8ba69df83b1179dce415 (patch) | |
tree | 29e707358b3bf609784cd0955d586b96f446bb27 /extensions | |
parent | 693a800fec8b5e258e42f56c7a13bf71e5041b7f (diff) | |
download | bugzilla-1f5e3bd6d9880fdc1d2d8ba69df83b1179dce415.tar.gz bugzilla-1f5e3bd6d9880fdc1d2d8ba69df83b1179dce415.tar.xz |
Bug 1146906: remove background gradient from assignee and reporter changes
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index e19803a8a..0ef8c7601 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -535,14 +535,6 @@ td.flag-requestee { text-decoration: line-through; } -.change-set .reporter { - background-image: linear-gradient(to right, #feb, rgba(0, 0, 0, 0) 150px); -} - -.change-set .assignee { - background-image: linear-gradient(to right, #ffc, rgba(0, 0, 0, 0) 150px); -} - /* add comment */ #add-comment { |