Reflect unreadable state in the UI
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f40f7abbaf
commit
0e94a968ef
|
@ -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 New Issue