From 1cca41a0bbf1f320c78c81600024b57611c80124 Mon Sep 17 00:00:00 2001 From: cmcnulty Date: Tue, 25 Apr 2006 17:31:43 +0000 Subject: new style for messages with the focus without being selected git-svn-id: https://svn.roundcube.net/trunk@198 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 17732ee21..3188e6574 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -446,6 +446,12 @@ body.messagelist background-color: #CC3333; } +#messagelist tr.focused td +{ + border-bottom: thin dotted; + border-top: thin dotted; +} + #messagelist tr.selected td a.rcmContactAddress { color: #FFFFFF; -- cgit v1.2.3