summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src/trash.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/src/trash.scss')
-rw-r--r--apps/files_trashbin/src/trash.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/files_trashbin/src/trash.scss b/apps/files_trashbin/src/trash.scss
new file mode 100644
index 00000000000..2ed57b51918
--- /dev/null
+++ b/apps/files_trashbin/src/trash.scss
@@ -0,0 +1,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 #filestable .summary .filesize {
+ display: none;
+}
+