]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
fix overlay background color in dark mode
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 30 Mar 2022 06:03:44 +0000 (23:03 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 5 Apr 2022 20:16:13 +0000 (13:16 -0700)
src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss
src-ui/src/theme.scss

index 8f0640f0f81eb4141ad090fc34b3a707f101ee27..47dbff83e2f63ecfde3b758c8cc22e8af41448bf 100644 (file)
@@ -34,6 +34,6 @@ form {
   pointer-events: none;
 }
 
-.ngx-file-drop__drop-zone--over {
+::ng-deep .ngx-file-drop__drop-zone--over {
   background-color: var(--ngx-primary-faded) !important;
-}
\ No newline at end of file
+}
index e76b31b2b34a4e0c7f1ef2d7bc62fb53a8159a87..a6c3de95d6cc94332d2b3b4db1aa6f8916e9a03e 100644 (file)
@@ -247,6 +247,10 @@ table.table {
 .main-dropzone {
   height: 100%;
   width: 100%;
+
+  &.ngx-file-drop__drop-zone--over {
+    background-color: transparent !important;
+  }
 }
 
 .global-dropzone-overlay {