mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag
This commit is contained in:
commit
62a253f571
@ -425,13 +425,17 @@ table.table {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: rgba(23, 84, 31, .8);
|
background-color: hsla(var(--pngx-primary), var(--pngx-primary-lightness), .8);
|
||||||
z-index: 1055; // $zindex-modal
|
z-index: 1055; // $zindex-modal
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
user-select: none !important;
|
user-select: none !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 25%;
|
padding-top: 25%;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: var(--pngx-primary-text-contrast)
|
||||||
|
}
|
||||||
|
|
||||||
&.show {
|
&.show {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user