diff --git a/D&D_5e_Shaped/D&D_5e.css b/D&D_5e_Shaped/D&D_5e.css index e8f2df616a..0348409eb5 100644 --- a/D&D_5e_Shaped/D&D_5e.css +++ b/D&D_5e_Shaped/D&D_5e.css @@ -1084,9 +1084,6 @@ div[class^="sheet-classaction-row"] { padding: 3px; background: rgb(245, 245, 245); } -.sheet-section-actions .sheet-wrap-box { - min-height: 70px; -} .sheet-action-button-group { position: absolute; @@ -1158,6 +1155,7 @@ input[class*="sheet-action-toggle-regional-effects"]:checked ~ div div[class*="s input[class*="sheet-action-toggle-lair-actions"]:checked ~ div div[class*="sheet-action-toggle-lair-actions"], input[class*="sheet-action-toggle-legendary-actions"]:checked ~ div div[class*="sheet-action-toggle-legendary-actions"], input[class*="sheet-action-toggle-reactions"]:checked ~ div div[class*="sheet-action-toggle-reactions"], +input[class*="sheet-action-toggle-multiattack"]:checked ~ div div[class*="sheet-action-toggle-multiattack"], input[class*="sheet-action-toggle-actions"]:checked ~ div div[class*="sheet-action-toggle-actions"] { display: inline-block; } @@ -1274,6 +1272,7 @@ input.sheet-action-toggle-regional-effects:checked ~ span.sheet-action-toggle-re input.sheet-action-toggle-lair-actions:checked ~ span.sheet-action-toggle-lair-actions, input.sheet-action-toggle-legendary-actions:checked ~ span.sheet-action-toggle-legendary-actions, input.sheet-action-toggle-reactions:checked ~ span.sheet-action-toggle-reactions, +input.sheet-action-toggle-multiattack:checked ~ span.sheet-action-toggle-multiattack, input.sheet-action-toggle-actions:checked ~ span.sheet-action-toggle-actions, input.sheet-custom-skills-toggle:checked ~ span.sheet-custom-skills-toggle { background: #879a6a; diff --git a/D&D_5e_Shaped/D&D_5e.html b/D&D_5e_Shaped/D&D_5e.html index 24f9e9a39b..dbf8afeffd 100644 --- a/D&D_5e_Shaped/D&D_5e.html +++ b/D&D_5e_Shaped/D&D_5e.html @@ -2,7 +2,7 @@ - Sheet version: 21st Apr 2015 + Sheet version: 23rd Apr 2015