trash.css 441 B

1234567891011121314151617181920
  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 {
  12. cursor: default;
  13. }
  14. #app-content-trashbin .summary :last-child {
  15. padding: 0;
  16. }
  17. #app-content-trashbin #filestable .summary .filesize {
  18. display: none;
  19. }