summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-xskins/default/common.css12
1 files changed, 12 insertions, 0 deletions
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 *****/