From 8fd955eb1eb7b6e3a1e0275bf8481c287dd6afc0 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 28 May 2014 11:34:38 -0400
Subject: [PATCH] Improve (message) list widget display and keyboard navigation to show sane behavior with screen readers

---
 skins/larry/styles.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index a842028..d7ad74c 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1184,6 +1184,7 @@
 	padding-bottom: 5px;
 	height: auto;
 	min-height: 14px;
+	outline: none;
 }
 
 .webkit .listing tbody td {
@@ -1555,6 +1556,7 @@
 	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 */

--
Gitblit v1.9.1