From 3bd440c036a36583ece0bfa4bbc51565ec0fe87f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 7 Apr 2009 13:35:01 -0600 Subject: [PATCH] More CSS tweaking --- imp/themes/screen-dimp.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 6c2f00c26..674f67d9c 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -6,6 +6,9 @@ input { vertical-align: middle; } +.nojserror { + color: red; +} /* ini header */ #quota { @@ -724,13 +727,13 @@ div.dimpActionsCompose, div.dimpActionsMsg { height: 20px; padding-left: 20px; } - -span.attachName { - text-decoration: underline; +#attach_list span.attachName { + color: blue; cursor: pointer; + text-decoration: underline; } -span.attachName:hover, .nojserror { - color: red; +#attach_list span.attachName:hover { + font-weight: bold; } /* Context Menus */ -- 2.11.0