diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 949824831..d485108c4 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -871,9 +871,11 @@ a.elgg-longtext-control { display: inline-block; margin: 0 2px; } +.elgg-icon-delete:hover, .elgg-icon-delete-alt:hover { background-position: 0 -0px; } +.elgg-icon-delete, .elgg-icon-delete-alt { background-position: 0 -18px; } |