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
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;
}