diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-19 19:14:35 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 09:40:44 +0200 |
commit | 58cd494ebba195744c9b275152635f82860d798c (patch) | |
tree | 51dad9924f7627cab821cb0a9a9ce04e8cd99115 /skins/larry/addressbook.css | |
parent | eb04f60d4e28ba93feca9d9a7a8c65992a214975 (diff) |
Highlight the entire row of selected items with a slightly darker background
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 77cf48a3b..a9a3c9883 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -67,7 +67,9 @@ #directorylist li a, #contacts-table .contact td.name { - background: url(images/listicons.png) -100px 0 no-repeat; + background-image: url(images/listicons.png); + background-position: -100px 0; + background-repeat: no-repeat; overflow: hidden; padding-left: 36px; text-overflow: ellipsis; |