]> source.dussan.org Git - nextcloud-server.git/commitdiff
Reflect unreadable state in the UI 21185/head
authorJoas Schilling <coding@schilljs.com>
Tue, 2 Jun 2020 08:45:13 +0000 (10:45 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 10 Jun 2020 07:35:36 +0000 (09:35 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files/css/files.scss

index b826f305d146a5fe68286b477f139d393d98cf90..e875e0da29aea7a527f02164712859f63aa393d2 100644 (file)
        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);
+                       }
+               }
        }
 }