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-05-15 18:08:24 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-15 18:08:24 -0700 |
commit | 021b8d3a9a25b751180781b000696841da83e0b1 (patch) | |
tree | b67f6b727ed90a2fe3e7030195bbf720d7ba7e7b /public/assets/css | |
parent | bd31e3e4a64775d3e2ea2efeb5b2122e384b30e3 (diff) |
Apply styles and map script to manually loaded files
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 91ef42c..2888841 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -378,6 +378,7 @@ img.logo { .map-placeholder { position: absolute; + user-select: none; } input[type="file"] { |