diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-28 17:34:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-28 17:34:38 +0200 |
commit | 8fd955eb1eb7b6e3a1e0275bf8481c287dd6afc0 (patch) | |
tree | 5b1a9968f1672ea6eae8ba82c03445ef975165e4 /skins/classic/common.css | |
parent | d0d7f43ef53d71322a8793ec10f7179f30615127 (diff) |
Improve (message) list widget display and keyboard navigation to show sane behavior with screen readers
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 4367d26cb..126408444 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -627,7 +627,8 @@ table.records-table tbody tr td white-space: nowrap; border-bottom: 1px solid #EBEBEB; overflow: hidden; - text-align: left; + text-align: left; + outline: none; } table.records-table tr |