diff --git a/client/assets/styles/vbox.less b/client/assets/styles/vbox.less
index b24e2cca..44951ef3 100644
--- a/client/assets/styles/vbox.less
+++ b/client/assets/styles/vbox.less
@@ -48,17 +48,22 @@
};
}
- &.reclaiming, &.reclaiming:hover, &.reclaiming:active {
- background: @red;
- color: black;
- }
-
&[disabled] {
background: black;
border-width: 1px;
};
}
+ .reclaiming {
+ button:not([disabled]) {
+ &, &:hover, &:active {
+ background: @red;
+ color: black;
+ border: 1px solid black;
+ }
+ }
+ }
+
button {
height: 4em;
margin: 0;
diff --git a/client/src/components/shapes.jsx b/client/src/components/shapes.jsx
index 5c26096b..b0816383 100644
--- a/client/src/components/shapes.jsx
+++ b/client/src/components/shapes.jsx
@@ -73,13 +73,13 @@ module.exports = {
LifeRR: () =>