mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 10:51:43 -04:00
Merge pull request #21356 from nextcloud/backport/21185/stable19
[stable19] Reflect unreadable state in the UI
This commit is contained in:
commit
68f5ea780a
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue