index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-02 13:12:21 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-02 14:04:27 -0700 |
commit | 624991870df0e804d64cf4d9359c63435513d61b (patch) | |
tree | 5aeddf42b9c058127ec38bfd33d6c04dc3d2d0e0 /public/index.html | |
parent | 23673cec8e05970f96681eac733285732cf09e1c (diff) |
Allow selecting elevation level with up/down buttons
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 4e0e456..570123e 100644 --- a/public/index.html +++ b/public/index.html @@ -137,7 +137,7 @@ </div> <div class="select-elevation"> - <button>🡅</button> + <button class="up">🡅</button> <input type="radio" id="select-elevation-3" name="select-elevation" value="3" /> <label for="select-elevation-3">3</label> <input type="radio" id="select-elevation-2" name="select-elevation" value="2" /> @@ -148,7 +148,7 @@ <label for="select-elevation-0">0</label> <input type="radio" id="select-elevation-basement" name="select-elevation" value="-1" /> <label for="select-elevation-basement">-1</label> - <button>🡇</button> + <button class="down">🡇</button> </div> <div id="dice"> |