This commit is contained in:
Artur Neumann 2017-03-02 13:16:28 +05:45
parent 4f071f61c6
commit b0980ee2b8
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@
*
*/
#app-content-trashbin tbody tr[data-type="file"] td a.name,
#app-content-trashbin tbody tr[data-type="file"] td a.name span {
cursor: default;
#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 {