From: Michael M Slusarz Date: Tue, 7 Apr 2009 19:35:01 +0000 (-0600) Subject: More CSS tweaking X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3bd440c036a36583ece0bfa4bbc51565ec0fe87f;p=horde.git More CSS tweaking --- 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 */