summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/css/trash.css
blob: 04b4a175c83354dfcbc0507f6d0156ee0c819066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2014
 *
 * This file is licensed under the Affero General Public License version 3
 * or later.
 *
 * See the COPYING-README file.
 *
 */
#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;
}