mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
Fix: frontend better reflect global perms for bulk edit, disabled form state (#8469)
This commit is contained in:
parent
beb8ed8313
commit
2ac2a6dec6
14 changed files with 150 additions and 108 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue