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 /skins | |
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 'skins')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 755352c47..f51dd7ac8 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -495,6 +495,10 @@ table.edit_form hr { white-space: nowrap; } +#attachment_table .bz_private .bz_attach_desc { + border-left: 4px solid darkred; +} + /* background for diff views */ .file_table, .file-table { background: #ffffff; |