Skip to content

Commit

Permalink
Merge pull request #21356 from nextcloud/backport/21185/stable19
Browse files Browse the repository at this point in the history
[stable19] Reflect unreadable state in the UI
  • Loading branch information
nickvergessen authored Jun 10, 2020
2 parents f40f7ab + 0e94a96 commit 68f5ea7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
}

Expand Down

0 comments on commit 68f5ea7

Please sign in to comment.