summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src/trash.scss
blob: 633107c9d6d7228e1e60e9372ad5ec4c15e0d719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * 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.nametext,
#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext span {
	cursor: default;
}

#app-content-trashbin .summary :last-child {
	padding: 0;
}
#app-content-trashbin .files-filestable .summary .filesize {
	display: none;
}