diff --git a/Forbidden_Lands/Forbidden_Lands.css b/Forbidden_Lands/Forbidden_Lands.css index ed097addfd09..877b1ff11995 100644 --- a/Forbidden_Lands/Forbidden_Lands.css +++ b/Forbidden_Lands/Forbidden_Lands.css @@ -1017,10 +1017,12 @@ font-size: 24px; height: 15px; line-height: 14px; - margin: 0 0 0 -20px; + margin: -3px 0 0 -21px; text-align: center; vertical-align: middle; width: 15px; + border-radius: 50%; + outline: 1px solid #000; } .charsheet .conditions-grid input.xbox { @@ -2962,12 +2964,15 @@ button.torches:hover::after { grid-row-start: 6; } -.charsheet input.conditions-hungry:checked ~ div > span.conditions-hungry, -.charsheet input.conditions-sleepy:checked ~ div > span.conditions-sleepy, -.charsheet input.conditions-thirsty:checked ~ div > span.conditions-thirsty, -.charsheet input.conditions-cold:checked ~ div > span.conditions-cold { +.charsheet div:has(input.conditions-hungry:hover) ~ div > span.conditions-hungry, +.charsheet div:has(input.conditions-sleepy:hover) ~ div > span.conditions-sleepy, +.charsheet div:has(input.conditions-thirsty:hover) ~ div > span.conditions-thirsty, +.charsheet div:has(input.conditions-cold:hover) ~ div > span.conditions-cold, +.charsheet div:has(input.conditions-hungry:checked) ~ div > span.conditions-hungry, +.charsheet div:has(input.conditions-sleepy:checked) ~ div > span.conditions-sleepy, +.charsheet div:has(input.conditions-thirsty:checked) ~ div > span.conditions-thirsty, +.charsheet div:has(input.conditions-cold:checked) ~ div > span.conditions-cold { color: #a60100; - font-weight: bold; } /* ---------------------------------- Critical Injuries */ diff --git a/Forbidden_Lands/Forbidden_Lands.html b/Forbidden_Lands/Forbidden_Lands.html index 61ce482be5ed..60ca944e2e7e 100644 --- a/Forbidden_Lands/Forbidden_Lands.html +++ b/Forbidden_Lands/Forbidden_Lands.html @@ -615,19 +615,15 @@