diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 16:29:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 16:29:28 +0200 |
commit | 750de3189cd96505747c10b24ab055cf0bdcbdce (patch) | |
tree | 068c3b62003193c8e7309735fd41d588344ad03a /skins | |
parent | 71a522f103a41b2f38f5d96ab476384efe3002e8 (diff) |
Remove previously added styles that don't belong here
Diffstat (limited to 'skins')
-rw-r--r-- | 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 bf704f739..37b201f0a 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; } |