diff --git a/GURPS/gurps.css b/GURPS/gurps.css index 23e1d7f5871..3ce2a9dc961 100644 --- a/GURPS/gurps.css +++ b/GURPS/gurps.css @@ -6015,6 +6015,11 @@ height: 20px; border: 2px solid black; display: inline-block; position: relative; +cursor: pointer; +} + +.sheet-toggle-button span:hover { + border-color: #ccc; } /* Create a plus sign inside the custom checkbox */ @@ -6025,6 +6030,11 @@ position: absolute; background-color: black; } +.sheet-toggle-button span:hover:before, +.sheet-toggle-button span:hover:after{ + background-color: #ccc; +} + /* Position the plus sign horizontally */ .sheet-toggle-button span:before { width: 10px; @@ -6451,3 +6461,16 @@ input[name="attr_tool_tabs"][value="macros"] ~ .sheet-tabs.sheet-options > div:n .sheet-grid-travel-mitigation-options input[name="attr_toggle_notes"][value="1"] ~ .sheet-expandable-section { display: block; } + +div.sheet-united-states-customary-units, +div.sheet-metric-units { + display: none; +} + +input[name="attr_use_metric_distances"][value="0"] ~ div.sheet-united-states-customary-units { + display: block; +} + +input[name="attr_use_metric_distances"][value="1"] ~ div.sheet-metric-units { + display: block; +} diff --git a/GURPS/gurps.html b/GURPS/gurps.html index 1062320848b..6cf3ad890d9 100644 --- a/GURPS/gurps.html +++ b/GURPS/gurps.html @@ -4325,27 +4325,18 @@

- + @@ -18175,7 +18166,8 @@

Travel Speed Modifier -
+ +