From b4ad2436f397f5f9f155a723f4a07bb3cc7eb32a Mon Sep 17 00:00:00 2001 From: Sem Date: Tue, 30 Oct 2012 02:32:04 +0100 Subject: Added groups icon in topbar. --- views/default/css/elements/icons.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'views/default/css/elements/icons.php') diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index ba62a66..2d6db62 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -281,6 +281,12 @@ .elgg-icon-logout:hover, .elgg-menu-item-logout:hover a { background-position: 0 -1542px; } +.elgg-icon-groups { + background-position: 0 -1577px; +} +.elgg-icon-groups:hover { + background-position: 0 -1560px; +} .elgg-avatar > .elgg-icon-hover-menu { -- cgit v1.2.3