diff --git a/packages/common/styles.js b/packages/common/styles.js
index 3f5f027e1ed5737ccd473f1ec621376537b90ed8..5fe751acf2156fb1d2ccd5884272b76502d7cafe 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -228,6 +228,11 @@ export function getButtonCSS() {
             background-color: var(--vpu-danger-bg-color);
             color: var(--vpu-danger-text-color);
         }
+
+        .button[disabled], fieldset[disabled] .button {
+            opacity: .5;
+            cursor: not-allowed;
+        }
     `;
 }