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-10 21:08:05 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-10 21:08:05 -0700 |
commit | 9c200873d6f013fa1e8eb9f00441404cca9acc1a (patch) | |
tree | 20136a683a57b3491c8ac333c26ad9ebf8e3c9c5 /public | |
parent | 0368c8e9623f2ff202cc9af45b3239a62c845ea8 (diff) |
Highlight elevation level on mouse hover
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 0e9f559..1c64766 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -540,6 +540,11 @@ input#content-visibility-toggle { user-select: none; } +.select-elevation input:not(:checked)+label:hover { + border: 1px solid orangered; + border-radius: 3px; +} + .select-elevation input { display: none; } |