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