diff --git a/HeroSystem6eHeroic/HeroSystem6eHeroic.css b/HeroSystem6eHeroic/HeroSystem6eHeroic.css
index 8ccb2a667a97..6773911251e7 100644
--- a/HeroSystem6eHeroic/HeroSystem6eHeroic.css
+++ b/HeroSystem6eHeroic/HeroSystem6eHeroic.css
@@ -5224,9 +5224,9 @@ select:focus + .focus {
/* Switch weapon sets */
-.set-AtoB-button button {
+.set-AtoB-button button,
+.set-AtoB-button-light button {
color: white;
- background-color: #f2cf7f;
width: 29px;
height: 17px;
font-size: 12px;
@@ -5237,9 +5237,24 @@ select:focus + .focus {
cursor: pointer;
border-radius: 2px;
line-height: 1.4;
+}
+
+.set-AtoB-button button {
+ background-color: #f2cf7f;
:hover {
background-color: #ddf0fa;
+ border-radius: 2px;
+ color: black;
+ }
+}
+
+.set-AtoB-button-light button {
+ background-color: #9aceff;
+
+ :hover {
+ background-color: #fcf9d9;
+ border-radius: 2px;
color: black;
}
}
@@ -5467,6 +5482,15 @@ select:focus + .focus {
gap: 4px;
}
+.subitem-tab-gear-flex-container-equipment-heading .set-AtoB-button-light {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-content: center;
+ min-width: 31px;
+ margin-right: 52px;
+}
+
.subitem-tab-gear-flex-container-equipment {
display: flex;
flex-direction: row;
@@ -5482,10 +5506,10 @@ select:focus + .focus {
}
.subitem-tab-gear-flex-container-equipment-heading h1:nth-child(3) {
- min-width: 157px;
+ min-width: 70px;
}
-.subitem-tab-gear-flex-container-equipment-heading h1:nth-child(4) {
+.subitem-tab-gear-flex-container-equipment-heading h1:nth-child(5) {
min-width: 54px;
text-align: right;
}
@@ -5916,6 +5940,22 @@ select:focus + .focus {
display: none;
}
+.equipment-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-equipment-heading .set-AtoB-button-light button {
+ background-color: #d0d0d0;
+ color: white;
+ cursor: default;
+
+ :hover {
+ color: white;
+ background-color: #d0d0d0;
+ }
+
+ :focus {
+ color: white;
+ background-color: #d0d0d0;
+ }
+}
+
/* Martial Skill Delete Boxes */
.item-martial-skill-delete-panel {
display: flex;
diff --git a/HeroSystem6eHeroic/HeroSystem6eHeroic.html b/HeroSystem6eHeroic/HeroSystem6eHeroic.html
index f878a07abe44..12275a1a3ccb 100644
--- a/HeroSystem6eHeroic/HeroSystem6eHeroic.html
+++ b/HeroSystem6eHeroic/HeroSystem6eHeroic.html
@@ -1728,6 +1728,9 @@
Mass
Equipment
+
Mass
@@ -5123,7 +5126,7 @@ -8
-
+
@@ -7328,6 +7331,7 @@ CP