mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Disable / hide some UI buttons / elements if insufficient permissions
This commit is contained in:
parent
a0005c8b3e
commit
06c63ef4a4
6 changed files with 272 additions and 105 deletions
|
|
@ -80,6 +80,9 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
|||
.btn {
|
||||
--bs-btn-disabled-opacity: 0.35;
|
||||
}
|
||||
.btn.btn-link {
|
||||
--bs-btn-disabled-opacity: 0.85;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
&:hover, &:focus, &.active, &:active {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue