diff options
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 *****/ |