Merge pull request #18736 from nextcloud/bugfix/18708

Fix folder permission styling
This commit is contained in:
Roeland Jago Douma 2020-01-08 12:29:12 +01:00 committed by GitHub
commit eaf26fed9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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