summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authormyk%mozilla.org <>2003-07-22 03:07:59 +0200
committermyk%mozilla.org <>2003-07-22 03:07:59 +0200
commit3cbd960d0d477d8a7d3757afcac273a375544e45 (patch)
tree2a88b816e5dc95daf962492d4a384fc06c6070bc /css
parent15c0c76706b274d7a3dadbebdfa18d5bd70bd80f (diff)
downloadbugzilla-3cbd960d0d477d8a7d3757afcac273a375544e45.tar.gz
bugzilla-3cbd960d0d477d8a7d3757afcac273a375544e45.tar.xz
Fix for bug 98147: disables "View All Attachments" link if there are no attachments to view.
Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad! r=myk, a=myk
Diffstat (limited to 'css')
-rw-r--r--css/edit_bug.css1
1 files changed, 1 insertions, 0 deletions
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; }