aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r--views/default/css/admin.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index 5fb85676e..949824831 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -883,12 +883,18 @@ a.elgg-longtext-control {
.elgg-icon-drag-arrow {
background-position: 0 -54px;
}
-.elgg-icon-settings-alt:hover {
+.elgg-icon-hover-menu:hover {
background-position: 0 -72px;
}
-.elgg-icon-settings-alt {
+.elgg-icon-hover-menu {
background-position: 0 -90px;
}
+.elgg-icon-settings-alt:hover {
+ background-position: 0 -108px;
+}
+.elgg-icon-settings-alt {
+ background-position: 0 -126px;
+}
.elgg-ajax-loader {
background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;