Merge pull request #1868 from paperless-ngx/fix/issue-1866

Fix: independent control of saved views
This commit is contained in:
shamoon
2022-10-29 23:15:28 -07:00
committed by GitHub
9 changed files with 130 additions and 15 deletions

View File

@@ -397,6 +397,10 @@ textarea,
background-color: var(--bs-primary);
color: var(--pngx-primary-text-contrast);
}
&.disabled, &:disabled {
opacity: 50%;
}
}
}