2014-05-12 17:54:20 +00:00
|
|
|
/*
|
|
|
|
* 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,
|
2017-03-02 07:31:28 +00:00
|
|
|
#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;
|
2013-12-02 14:27:40 +00:00
|
|
|
}
|
2014-06-26 14:58:49 +00:00
|
|
|
|
|
|
|
#app-content-trashbin .summary :last-child {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-07-03 15:16:50 +00:00
|
|
|
#app-content-trashbin #filestable .summary .filesize {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-10-12 14:21:27 +00:00
|
|
|
|