From c4cfd70b6fa3b408ba763feb77387c1295eb29ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 Jan 2020 10:09:02 +0100 Subject: [PATCH] Fix folder permission styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files/css/files.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index bedca77a6f..49ccf87dc1 100644 --- a/apps/files/css/files.scss +++ b/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;