From: Joas Schilling Date: Tue, 3 Jun 2014 07:55:24 +0000 (+0200) Subject: Do not overwrite cursor in sidebar X-Git-Tag: v7.0.0alpha2~137^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74c647bb6ae11f702908bcc308287a0f0fca497e;p=nextcloud-server.git Do not overwrite cursor in sidebar --- 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; }