diff --git a/src/_mixins.scss b/src/_mixins.scss
index 5c1cd1f..d83d3ee 100644
--- a/src/_mixins.scss
+++ b/src/_mixins.scss
@@ -158,6 +158,32 @@
}
}
+@mixin correct-file-upload {
+ :host ::ng-deep {
+ .p-fileupload {
+ .p-fileupload-buttonbar,
+ .p-fileupload-content {
+ background-color: var(--surface-100) !important;
+ }
+ .p-fileupload-content {
+ padding: 0.5rem;
+ .p-fileupload-row {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ gap: 0;
+ > div {
+ width: unset;
+ &.p-fileupload-filename {
+ max-width: 25rem;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+
@mixin search-criteria-select-button-slim {
:host ::ng-deep {
.slim-selectbutton {
diff --git a/src/app/theme/theme-import/theme-import.component.html b/src/app/theme/theme-import/theme-import.component.html
index 4d99ad0..1233965 100644
--- a/src/app/theme/theme-import/theme-import.component.html
+++ b/src/app/theme/theme-import/theme-import.component.html
@@ -7,7 +7,7 @@
(onHide)="onImportThemeHide()"
>