From 88f9e2f1568b0e8fe87139706b0a6528bc6c5bad Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Tue, 25 Apr 2006 13:31:43 -0400 Subject: [PATCH] new style for messages with the focus without being selected --- skins/default/mail.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 17732ee..3188e65 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -446,6 +446,12 @@ background-color: #CC3333; } +#messagelist tr.focused td +{ + border-bottom: thin dotted; + border-top: thin dotted; +} + #messagelist tr.selected td a.rcmContactAddress { color: #FFFFFF; -- Gitblit v1.9.1