Merge pull request #21185 from nextcloud/bugfix/noid/reflect-unreadable-state-in-ui

Reflect unreadable state in the UI
This commit is contained in:
Joas Schilling 2020-06-10 10:54:51 +02:00 committed by GitHub
commit 83303ef9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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);
}
}
}
}