visually disable edit fields for permissions

This commit is contained in:
Michael Shamoon
2022-12-17 20:26:24 -08:00
parent f31cee75f3
commit b7e2013589
4 changed files with 29 additions and 2 deletions

View File

@@ -1 +1,14 @@
// styles for ng-select child are in styles.scss
.paperless-input-select.disabled {
.input-group {
cursor: not-allowed;
}
::ng-deep ng-select {
pointer-events: none;
.ng-select-container {
background-color: var(--pngx-bg-alt) !important;
}
}
}