diff --git a/src/components/StockGeneratorTab.vue b/src/components/StockGeneratorTab.vue
index 74e228c..e300b61 100644
--- a/src/components/StockGeneratorTab.vue
+++ b/src/components/StockGeneratorTab.vue
@@ -71,11 +71,13 @@
-
-
-
+
+
+
-
+
@@ -328,6 +330,10 @@ hr {
padding: 0.5em;
font-weight: bold;
}
+
+ &[data-disabled] button {
+ opacity: 0.75;
+ }
}
.warning {
diff --git a/src/styles/global.scss b/src/styles/global.scss
index c2b87e3..6ee3950 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -106,7 +106,8 @@ button.btn {
-moz-user-select: none;
-webkit-user-select: none;
- opacity: 0.7;
+ opacity: 0.75;
+ background-color: #2b2b2b;
}
&--text {