diff --git a/src/app/appmarket/appinstance/appinstance/appinstance.component.html b/src/app/appmarket/appinstance/appinstance/appinstance.component.html
index abb1e9a2d0ab9869b4361a75fbb86a5f62f41ac0..cf48f16ff1ca9395d589b490d3e503ed70eaab5b 100644
--- a/src/app/appmarket/appinstance/appinstance/appinstance.component.html
+++ b/src/app/appmarket/appinstance/appinstance/appinstance.component.html
@@ -140,8 +140,8 @@
                                     {{'APP_INSTANCE.DISABLE_AUTO_UPGRADES_BUTTON' | translate}}
                                 </a>
                             </li>
-                            <li *roles="['ROLE_DOMAIN_ADMIN', 'ROLE_SYSTEM_ADMIN']" style="color: #ffffff; background-color: #ff0000">
-                                <a role="button" (click)="this.undeployModal.show()">
+                            <li *roles="['ROLE_DOMAIN_ADMIN', 'ROLE_SYSTEM_ADMIN']" style="background-color: #ff0000;">
+                                <a role="button" (click)="this.undeployModal.show()" style="color: #ffffff;">
                                     {{'APP_INSTANCE.UNDEPLOY_BUTTON' | translate}}
                                 </a>
                             </li>