From 750de3189cd96505747c10b24ab055cf0bdcbdce Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 24 Jun 2014 10:29:28 -0400 Subject: [PATCH] Remove previously added styles that don't belong here --- skins/larry/addressbook.css | 23 ++++------------------- 1 files changed, 4 insertions(+), 19 deletions(-) diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index bf704f7..37b201f 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -75,25 +75,6 @@ text-overflow: ellipsis; } -#directorylist li.virtual { - background-image: none !important; -} - -#directorylist li.virtual > a { - color: #aaa; - background-image: none; - height: 16px; - padding-top: 3px; - padding-bottom: 3px; -} - -#directorylist li.virtual > .treetoggle { - top: 6px !important; -} - -#directorylist ul li.virtual > .treetoggle { -} - #directorylist li.addressbook a { background-position: 6px -766px; } @@ -120,6 +101,10 @@ } #directorylist li.contactgroup a { + background-position: 6px -1555px; +} + +#directorylist ul li.contactgroup a { background-position: 32px -1555px; } -- Gitblit v1.9.1