diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 14:11:13 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 14:11:13 +0200 |
commit | 458af8d30a1bca153f770358b8f914554b0da6c3 (patch) | |
tree | 148d6d162cafedab14143f47312041a436136c23 /skins/larry/addressbook.css | |
parent | 5cf77e1159b3aea337a08a9a8eef82c47b49bbd7 (diff) |
Apply accessibility improvements to the address book task
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | 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 8350d0a59..e590831a1 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; } |