]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not overwrite cursor in sidebar
authorJoas Schilling <nickvergessen@gmx.de>
Tue, 3 Jun 2014 07:55:24 +0000 (09:55 +0200)
committerJoas Schilling <nickvergessen@gmx.de>
Tue, 3 Jun 2014 07:55:50 +0000 (09:55 +0200)
apps/files/css/files.css

index 11cbc4b7f5713bc68035d2c58f06c84a4767c3a3..0a7b2b02d740eb0052587d61fb983e79bcf7ad18 100644 (file)
@@ -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;
 }