diff options
-rwxr-xr-x[-rw-r--r--] | _graphics/elgg_sprites.png | bin | 26601 -> 27750 bytes | |||
-rw-r--r-- | views/default/css/elements/icons.php | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/_graphics/elgg_sprites.png b/_graphics/elgg_sprites.png Binary files differindex b8b9b2b..d22e6b4 100644..100755 --- a/_graphics/elgg_sprites.png +++ b/_graphics/elgg_sprites.png diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index ba62a66..ed1a587 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -282,6 +282,15 @@ background-position: 0 -1542px; } +.elgg-icon-group, .elgg-menu-item-group a { + background-position: 0 -1560px; +} + +.elgg-icon-group:hover, .elgg-menu-item-group:hover a { + background-position: 0 -1578px; +} + + .elgg-avatar > .elgg-icon-hover-menu { display: none; |