From 167c501429dfd11bc598fa38bd8d49d8eb8c5878 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 23 Mar 2016 23:05:01 +0000 Subject: Bug 1259266 - Attachment of security issues when viewing a bug are indistinguishable from any other attachment. --- skins/contrib/Mozilla/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins') 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; -- cgit v1.2.3-24-g4f1b