From 458af8d30a1bca153f770358b8f914554b0da6c3 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 03 Jun 2014 08:11:13 -0400 Subject: [PATCH] Apply accessibility improvements to the address book task --- skins/larry/addressbook.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 8350d0a..e590831 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -142,7 +142,7 @@ background-position: 6px -1603px; } -#contacts-table .contact.focused td.name { +#contacts-table.focus .contact.focused td.name { background-position: 4px -1603px; } @@ -159,7 +159,7 @@ background-position: 6px -1555px; } -#contacts-table .group.focused td.name { +#contacts-table.focus .group.focused td.name { background-position: 4px -1555px; } -- Gitblit v1.9.1