From 9ed85aaa7989fd326e68c427df24d295a7680673 Mon Sep 17 00:00:00 2001 From: "dimator%netscape.com" Date: Mon, 10 Jul 2000 21:25:37 +0000 Subject: [PATCH] Bugs: 37153, 38700. Localized status and priority strings in threadpane. r=putterman --- themes/classic/messenger/threadPane.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/classic/messenger/threadPane.css b/themes/classic/messenger/threadPane.css index 4f36221b5c3..62d839476e5 100644 --- a/themes/classic/messenger/threadPane.css +++ b/themes/classic/messenger/threadPane.css @@ -22,22 +22,22 @@ font-weight: bold; } -.prioritycol[value="Highest"] +.prioritycol[Priority="highest"] { color:red; } -.prioritycol[value="High"] +.prioritycol[Priority="high"] { color: rgb(128, 0, 0); } -.prioritycol[value="Lowest"] +.prioritycol[Priority="lowest"] { color: rgb(170, 170, 170); } -.prioritycol[value="Low"] +.prioritycol[Priority="low"] { color: rgb(85, 85, 85); }