Fix: frontend better reflect global perms for bulk edit, disabled form state (#8469)

This commit is contained in:
shamoon 2024-12-11 01:05:23 -08:00 committed by GitHub
parent beb8ed8313
commit 2ac2a6dec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 150 additions and 108 deletions

View file

@ -366,7 +366,7 @@ textarea,
}
.form-control:disabled, .form-control[readonly] {
background-color: var(--pngx-bg-alt);
background-color: var(--pngx-bg-disabled);
cursor: not-allowed;
}