diff options
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/index.html b/src/app/index.html index 0e96486..30bee9e 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -230,10 +230,10 @@ <div class="line"> <div class="text" id="modcount">%%gui.mods%%</div> <div class="buttons modbtns"> - <button id="removeall" class="red2" onclick="mods.remove('allmods')">%%gui.mods.removeall%%</button> - <button id="toggleall" class="orange2" onclick="mods.toggle('allmods')">%%gui.mods.toggleall%%</button> - <button id="installmod" class="blue" onclick="installmod()">%%gui.mods.install%%</button> - <button id="findmod" class="blue2" onclick="Browser.toggle(true)">%%gui.mods.find%%</button> + <button id="removeall" class="bg-red2" onclick="mods.remove('allmods')">%%gui.mods.removeall%%</button> + <button id="toggleall" class="bg-orange2" onclick="mods.toggle('allmods')">%%gui.mods.toggleall%%</button> + <button id="installmod" class="bg-blue" onclick="installmod()">%%gui.mods.install%%</button> + <button id="findmod" class="bg-blue2" onclick="Browser.toggle(true)">%%gui.mods.find%%</button> </div> </div> |