From 8fd955eb1eb7b6e3a1e0275bf8481c287dd6afc0 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 28 May 2014 17:34:38 +0200 Subject: Improve (message) list widget display and keyboard navigation to show sane behavior with screen readers --- skins/classic/common.css | 3 ++- skins/larry/styles.css | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'skins') 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 diff --git a/skins/larry/styles.css b/skins/larry/styles.css index a84202800..d7ad74c01 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1184,6 +1184,7 @@ a.iconlink.upload { padding-bottom: 5px; height: auto; min-height: 14px; + outline: none; } .webkit .listing tbody td { @@ -1555,6 +1556,7 @@ table.records-table { overflow: hidden; text-overflow: ellipsis; background-color: #fff; + outline: none; } /* This padding-left minus the focused padding left should be half of the focused border-left */ -- cgit v1.2.3