Browse Source
Fix folder permission styling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/18736/head
Julius Härtl
7 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
5 additions and
0 deletions
-
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; |
|
|
|
|