mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fix overlay background color in dark mode
This commit is contained in:
parent
db76e1d65f
commit
32f6932faf
@ -34,6 +34,6 @@ form {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ngx-file-drop__drop-zone--over {
|
::ng-deep .ngx-file-drop__drop-zone--over {
|
||||||
background-color: var(--ngx-primary-faded) !important;
|
background-color: var(--ngx-primary-faded) !important;
|
||||||
}
|
}
|
||||||
|
@ -247,6 +247,10 @@ table.table {
|
|||||||
.main-dropzone {
|
.main-dropzone {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
&.ngx-file-drop__drop-zone--over {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-dropzone-overlay {
|
.global-dropzone-overlay {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user