diff options
-rw-r--r-- | skins/standard/global.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index ab3eabf10..4c265df1e 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -289,7 +289,10 @@ body .bz_obsolete { text-decoration: line-through; } .bz_inactive { text-decoration: line-through; } -.bz_closed { text-decoration: line-through; } +.bz_closed, +.bz_CLOSED td { + text-decoration: line-through; +} .bz_private { color: darkred ; background : #f3eeee ; } .bz_disabled { color: #a0a0a0 ; } |