diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 14:21:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 14:21:14 +0200 |
commit | 71a522f103a41b2f38f5d96ab476384efe3002e8 (patch) | |
tree | ac29d78305921f3c3f500641b051968834153b7a /skins/classic/addressbook.css | |
parent | 36a10247c0b05d518f4c2c8f7bf74e3181ea5050 (diff) |
Separate list of saved searched from addressbooks list
Diffstat (limited to 'skins/classic/addressbook.css')
-rw-r--r-- | skins/classic/addressbook.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index 30052585a..b1183536e 100644 --- a/skins/classic/addressbook.css +++ b/skins/classic/addressbook.css @@ -144,7 +144,8 @@ width: 280px; } -#directorylist li a +#directorylist li a, +#savedsearchlist li a { cursor: default; display: block; @@ -169,7 +170,7 @@ background-position: 22px -143px; } -#directorylist li.contactsearch a +#savedsearchlist li.contactsearch a { background-position: 6px -162px; } |