diff --git a/src-ui/src/app/components/app-frame/global-search/global-search.component.html b/src-ui/src/app/components/app-frame/global-search/global-search.component.html
index 390845d93..94585fefd 100644
--- a/src-ui/src/app/components/app-frame/global-search/global-search.component.html
+++ b/src-ui/src/app/components/app-frame/global-search/global-search.component.html
@@ -29,12 +29,15 @@
@if (type !== 'workflow' && type !== 'customField' && type !== 'group' && type !== 'user') {
@@ -43,10 +46,10 @@
(mouseenter)="onButtonHover($event)">
@if (type === 'document') {
- Download
+ Download
} @else {
- Edit
+ Edit
}
}
diff --git a/src-ui/src/app/components/app-frame/global-search/global-search.component.scss b/src-ui/src/app/components/app-frame/global-search/global-search.component.scss
index 03c1d3b4d..373f7c35a 100644
--- a/src-ui/src/app/components/app-frame/global-search/global-search.component.scss
+++ b/src-ui/src/app/components/app-frame/global-search/global-search.component.scss
@@ -66,7 +66,7 @@ form {
}
& button {
- transition: all 0.3s ease;
+ transition: all 0.3s ease, color 0.15s ease;
max-width: 2rem;
overflow: hidden;
}
diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss
index 22e4b348b..68d6cd09b 100644
--- a/src-ui/src/styles.scss
+++ b/src-ui/src/styles.scss
@@ -87,7 +87,7 @@ table .btn-link {
color: var(--pngx-primary-text-contrast) !important;
}
-.navbar .dropdown .btn {
+.navbar .dropdown > .btn {
color: var(--pngx-primary-text-contrast) !important;
}
diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss
index 5f7a21947..d10fc8db9 100644
--- a/src-ui/src/theme.scss
+++ b/src-ui/src/theme.scss
@@ -323,6 +323,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,