You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

trash.scss 533B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (c) 2014
  3. *
  4. * This file is licensed under the Affero General Public License version 3
  5. * or later.
  6. *
  7. * See the COPYING-README file.
  8. *
  9. */
  10. #app-content-trashbin tbody tr[data-type="file"] td a.name,
  11. #app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext,
  12. #app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext span {
  13. cursor: default;
  14. }
  15. #app-content-trashbin .summary :last-child {
  16. padding: 0;
  17. }
  18. #app-content-trashbin .files-filestable .summary .filesize {
  19. display: none;
  20. }