mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Fix: document link field consistent behavior with insufficient permissions (#7953)
This commit is contained in:
parent
de95b296a0
commit
f0ad073bb2
4 changed files with 22 additions and 6 deletions
|
|
@ -3,7 +3,19 @@
|
|||
|
||||
.ng-value {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.paperless-input-select.disabled {
|
||||
--bs-btn-disabled-border-color: transparent;
|
||||
::ng-deep ng-select {
|
||||
.ng-select-container {
|
||||
div, .ng-arrow-wrapper, input {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
background-color: var(--pngx-bg-alt) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue