summaryrefslogtreecommitdiff
path: root/views/default/css/elements/icons.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r--views/default/css/elements/icons.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php
index f7c789e..9cae59e 100644
--- a/views/default/css/elements/icons.php
+++ b/views/default/css/elements/icons.php
@@ -13,7 +13,7 @@
*************************************** */
.elgg-icon {
- background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat left;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/graphics/elgg_sprites.png) no-repeat left;
width: 16px;
height: 16px;
margin: 0 2px;
@@ -346,3 +346,11 @@
width: 200px;
height: 200px;
}
+
+.elgg-icon-groups {
+ background-position: 0 -1530px;
+}
+
+.elgg-icon-groups:hover {
+ background-position: 0 -1550px;
+}