From: Joas Schilling Date: Tue, 2 Jun 2020 08:45:13 +0000 (+0200) Subject: Reflect unreadable state in the UI X-Git-Tag: v20.0.0beta1~428^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=31e9ab49613a463a7172d422eb7836f03bc7f2be;p=nextcloud-server.git Reflect unreadable state in the UI Signed-off-by: Joas Schilling --- diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index b826f305d14..e875e0da29a 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -84,6 +84,15 @@ tbody { display: table; width: 100%; + + tr[data-permissions="0"], + tr[data-permissions="16"] { + background-color: var(--color-background-dark); + + td.filename .nametext .innernametext { + color: var(--color-text-maxcontrast); + } + } } }