diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 18:43:05 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 18:43:05 +0200 |
commit | e75d5e813a900d65ad3e853d3f3f214c0536dba7 (patch) | |
tree | fe49916290e6ba0024439b6381f876ff68f48fcb /skins/larry/addressbook.css | |
parent | 4984078a56771a4f1be9af69eaedf8faefc2019b (diff) |
Simplify CSS boder/background styles for listing elements with focus indicator
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; } |