diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-03 09:55:24 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-03 09:55:50 +0200 |
commit | 74c647bb6ae11f702908bcc308287a0f0fca497e (patch) | |
tree | b0cb2b967bf5e09760e3c602dd4472f1a57fc1d1 /apps/files/css | |
parent | 332eb39920d1cbd9e2fdf35e443e4ec8e65c628a (diff) | |
download | nextcloud-server-74c647bb6ae11f702908bcc308287a0f0fca497e.tar.gz nextcloud-server-74c647bb6ae11f702908bcc308287a0f0fca497e.zip |
Do not overwrite cursor in sidebar
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 11cbc4b7f57..0a7b2b02d74 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -376,7 +376,7 @@ table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; } padding: 28px 14px 19px !important; } -#fileList .action.action-share-notification span, img, a { +#fileList .action.action-share-notification span, #fileList a { cursor: default !important; } |