diff options
author | David Lawrence <dkl@mozilla.com> | 2016-03-24 00:05:01 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-03-24 00:05:01 +0100 |
commit | 167c501429dfd11bc598fa38bd8d49d8eb8c5878 (patch) | |
tree | 6b1414915553521f6e5b43651fefc625883c7f1c /extensions/BugModal/web | |
parent | 74c6f9974fddc33163ae78c5927c6569f2eb28c0 (diff) | |
download | bugzilla-167c501429dfd11bc598fa38bd8d49d8eb8c5878.tar.gz bugzilla-167c501429dfd11bc598fa38bd8d49d8eb8c5878.tar.xz |
Bug 1259266 - Attachment of security issues when viewing a bug are indistinguishable from any other attachment.
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 29a0f1c4e..8c5a4fcbc 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -432,6 +432,14 @@ input[type="number"] { background-image: linear-gradient(to right, #ffc, #fff); } +#attachments .bz_private { + background: #fff; +} + +#attachments .bz_private .attach-desc-td { + border-left: 4px solid darkred; +} + #attachments .vcard { display: inline; } |