From 7d6d8c386ebb26feacc7e8124b80256d066524f6 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 24 Nov 2009 18:17:04 -0700 Subject: [PATCH] Don't italicize flag labels. --- imp/themes/screen-dimp.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index fa86b2c1e..beb6d3a9a 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -259,6 +259,9 @@ div.vpRowVert div.msgSubject { font-style: italic; width: auto; } +div.vpRowVert div.msgSubject span.flagUser { + font-style: normal; +} div.vpRowVert.flagUnseen { font-weight: normal; -- 2.11.0