diff options
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r-- | views/default/css/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index a6e1c1e85..b32e1382b 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -698,10 +698,10 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover { background: #cccccc; text-decoration: none; } -.elgg-hover-admin a { +.elgg-menu-hover-admin a { color: red; } -.elgg-hover-admin a:hover { +.elgg-menu-hover-admin a:hover { color: white; background-color: red; } |