Browse Source

Fix folder permission styling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/18736/head
Julius Härtl 7 years ago
parent
commit
c4cfd70b6f
No known key found for this signature in database GPG Key ID: 4C614C6ED2CDE6DF
  1. 5
      apps/files/css/files.scss

5
apps/files/css/files.scss

@ -786,6 +786,11 @@ table.dragshadow td.size {
}
}
.notCreatable {
padding-left: 12px;
padding-top: 12px;
color: var(--color-text-lighter);
}
#quota {
margin: 0 !important;

Loading…
Cancel
Save