diff options
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r-- | views/default/css/elements/icons.php | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index b8e6b20f0..d465d5efd 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -1,6 +1,6 @@ <?php /** - * + * Elgg icons */ ?> @@ -63,6 +63,20 @@ .elgg-icon-rss { background-position: -249px 1px; } +.elgg-icon-hover-menu { + background-position: -150px 0; +} +.elgg-icon-hover-menu:hover { + background-position: -150px -32px; +} +.elgg-user-icon > .elgg-icon-hover-menu { + display: none; + position: absolute; + right: 0; + bottom: 0; + margin: 0; + cursor: pointer; +} <?php //@todo prefix with elgg- ?> .ajax-loader { |