mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Dismiss all
This commit is contained in:
parent
53309f017f
commit
532a3d955c
4 changed files with 27 additions and 2 deletions
|
|
@ -21,6 +21,15 @@ form {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
.dismiss-all {
|
||||
transition: opacity 0.2s ease;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.has-multiple-status .dismiss-all {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
::ng-deep .progress {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue