From 6b47de3f49e880f08fa4a9226e70d18129095306 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 24 Sep 2006 20:15:51 +0000 Subject: Partial client re-write with a common list class --- skins/default/common.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'skins') diff --git a/skins/default/common.css b/skins/default/common.css index 6cec3cf9e..27ddfae6d 100755 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -252,6 +252,18 @@ table.records-table tr.selected td background-color: #CC3333; } +table.records-table tr.focused td +{ + border-bottom: thin dotted; + border-top: thin dotted; +} + +table.records-table tr.unfocused td +{ + font-weight: bold; + color: #FFFFFF; + background-color: #929292; +} /***** roundcube webmail pre-defined classes *****/ -- cgit v1.2.3