diff options
author | thomascube <thomas@roundcube.net> | 2006-09-24 20:15:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-09-24 20:15:51 +0000 |
commit | 6b47de3f49e880f08fa4a9226e70d18129095306 (patch) | |
tree | 292ae8ca9f101e17dfcd0494eceb0965669a5370 /skins/default | |
parent | 63583192f238dfb49152f6f470988d36366aa44b (diff) |
Partial client re-write with a common list class
Diffstat (limited to 'skins/default')
-rwxr-xr-x | skins/default/common.css | 12 |
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 *****/ |