diff options
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index e590831a1..c44a26c92 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -139,32 +139,20 @@ } #contacts-table .contact td.name { - background-position: 6px -1603px; -} - -#contacts-table.focus .contact.focused td.name { background-position: 4px -1603px; } #contacts-table .contact.selected td.name { - background-position: 6px -1627px; - font-weight: bold; -} - -#contacts-table.focus .contact.selected.focused td.name { background-position: 4px -1627px; + font-weight: bold; } #contacts-table .group td.name { - background-position: 6px -1555px; -} - -#contacts-table.focus .group.focused td.name { background-position: 4px -1555px; } #contacts-table .group.selected td.name { - background-position: 6px -1579px; + background-position: 4px -1579px; font-weight: bold; } |