aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2023-01-31 00:20:21 +0100
committer0neGal <mail@0negal.com>2023-01-31 00:20:21 +0100
commitff85ee5136d535a45ce87fa1d34b18eee24f09a2 (patch)
tree24ed4e4f47ba9f4aa49cba02dbcc3f898e0c3e95 /src/app/index.html
parentce3204a4dbbf7579fdc3ab066f2cba596562896a (diff)
downloadViper-ff85ee5136d535a45ce87fa1d34b18eee24f09a2.tar.gz
Viper-ff85ee5136d535a45ce87fa1d34b18eee24f09a2.zip
different colored switches
When a red switch is placed besides a red button that says "Remove", it makes it seem far more destructive to click that switch, even if it's not, and a blue color doesn't fit in very well either (perhaps we need more colors). And so because of all that the modlist switches are now orange, and we can easily add more colors. The switch colors overall are also far more vibrant now, as it looks far better that way.
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html8
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>