diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-02 16:35:12 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-02 16:35:12 +0200 |
commit | d58c39126f6e1754e29b6f3bbc01f0f6a3ea2581 (patch) | |
tree | e5a6313654f1475a2d83d60a6d3c03c667c5035b /skins/classic | |
parent | 22a2c5e0eefcea8572f2ab5ad2e5a22789b6f555 (diff) |
Some more improvemements on content structure, text representation and keyboard navigation within the mail view
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index 0a4653a3a..3310ac54f 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -780,6 +780,7 @@ table.messagelist.fixedcopy -o-text-overflow: ellipsis; border-bottom: 1px solid #EBEBEB; cursor: default; + outline: none; } .messagelist tbody tr td a |