diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-24 11:57:47 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-24 11:57:47 +0200 |
commit | 5b998e13d7b54de9d9c9f17205720f280b8e72cc (patch) | |
tree | 8d7957d5cc2f66e07493b7c5fec453b74184a50e /core | |
parent | 33d197db29bcaded7b22c0d81e4e2f92004e9398 (diff) | |
parent | f4bc852db3376f5e602c1970fe76b8698e26f32e (diff) | |
download | nextcloud-server-5b998e13d7b54de9d9c9f17205720f280b8e72cc.tar.gz nextcloud-server-5b998e13d7b54de9d9c9f17205720f280b8e72cc.zip |
Merge pull request #15835 from owncloud/delete-permission-icon
Show hint if there is no delete permission
Diffstat (limited to 'core')
-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, |