summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorArtur Neumann <info@individual-it.net>2017-03-02 12:55:16 +0545
committerArtur Neumann <info@individual-it.net>2017-03-02 12:55:16 +0545
commit4f071f61c6f7b7e8fc5e4306a038c0801ccf1e2f (patch)
tree0a2c746b3ffa5431202b170d34bf37e3dbb5841c /apps/files_trashbin
parentd0c6179ec18d1e2c3ce86bdf03f36aaa1501c6e7 (diff)
downloadnextcloud-server-4f071f61c6f7b7e8fc5e4306a038c0801ccf1e2f.tar.gz
nextcloud-server-4f071f61c6f7b7e8fc5e4306a038c0801ccf1e2f.zip
Revert "fix mouse pointer"
This reverts commit a4e2dc3033e40b58e5e72e2bda85a327ff092464.
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/css/trash.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 951497394c3..053e2e7002c 100644
--- a/apps/files_trashbin/css/trash.css
+++ b/apps/files_trashbin/css/trash.css
@@ -8,14 +8,10 @@
*
*/
#app-content-trashbin tbody tr[data-type="file"] td a.name,
-#app-content-trashbin tbody tr[data-type="file"] td a.name {
+#app-content-trashbin tbody tr[data-type="file"] td a.name span {
cursor: default;
}
-span.nametext, span.innernametext, span.extension {
- cursor: default;
-}
-
#app-content-trashbin .summary :last-child {
padding: 0;
}