mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Allow interaction with encrypted folders
Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
1c517215d7
commit
28da54a18b
3 changed files with 3 additions and 3 deletions
|
|
@ -150,7 +150,7 @@
|
|||
.files-filestable tbody tr[data-permissions="16"] td.filename .nametext .innernametext {
|
||||
color: var(--color-text-maxcontrast);
|
||||
}
|
||||
.files-filestable tbody tr[data-e2eencrypted=true] {
|
||||
.files-filestable tbody tr[data-e2eencrypted=true] .selection {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
|
||||
// Deactivates the possiblility to checkmark or click on the encrypted folder
|
||||
tr[data-e2eencrypted="true"] {
|
||||
tr[data-e2eencrypted="true"] .selection {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
.files-filestable tbody tr[data-permissions="16"] td.filename .nametext .innernametext {
|
||||
color: var(--color-text-maxcontrast);
|
||||
}
|
||||
.files-filestable tbody tr[data-e2eencrypted=true] {
|
||||
.files-filestable tbody tr[data-e2eencrypted=true] .selection {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue