diff options
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 0f602515883..e44f9880052 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -56,7 +56,9 @@ background-image: url('../img/actions/confirm.svg'); } -.icon-delete { +.icon-delete, +.icon-delete.no-permission:hover, +.icon-delete.no-permission:focus { background-image: url('../img/actions/delete.svg'); } .icon-delete:hover, |