From 3cbd960d0d477d8a7d3757afcac273a375544e45 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 22 Jul 2003 01:07:59 +0000 Subject: Fix for bug 98147: disables "View All Attachments" link if there are no attachments to view. Patch by Vlad Dascalu . Thanks Vlad! r=myk, a=myk --- css/edit_bug.css | 1 + 1 file changed, 1 insertion(+) (limited to 'css') diff --git a/css/edit_bug.css b/css/edit_bug.css index a836f7e4c..64fa4cd71 100644 --- a/css/edit_bug.css +++ b/css/edit_bug.css @@ -1,4 +1,5 @@ .bz_private { color: darkred ; background : #f3eeee ; } +.bz_disabled { color: #a0a0a0 ; } table#flags th, table#flags td { vertical-align: baseline; text-align: left; } -- cgit v1.2.3-24-g4f1b