mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Allow independent saved view control
This commit is contained in:
parent
dc1da7cb24
commit
1b55717cc7
4 changed files with 37 additions and 12 deletions
|
|
@ -393,6 +393,10 @@ textarea,
|
|||
background-color: var(--bs-primary);
|
||||
color: var(--pngx-primary-text-contrast);
|
||||
}
|
||||
|
||||
&.disabled, &:disabled {
|
||||
opacity: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue