aboutsummaryrefslogtreecommitdiff
path: root/src/app/browser.js
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-04-24 20:59:40 +0200
committer0neGal <mail@0negal.com>2022-04-24 20:59:40 +0200
commitb045d3f01a9d49b5ad391bcf3f1404900882c141 (patch)
tree6e21d2118fae7103730f96f166df07ad5394239d /src/app/browser.js
parentc8fcc96cae62a8bb7c4374fc1c5889aa5466b701 (diff)
downloadViper-b045d3f01a9d49b5ad391bcf3f1404900882c141.tar.gz
Viper-b045d3f01a9d49b5ad391bcf3f1404900882c141.zip
more minor improvements to the UI
sped up some animations, added a few more colors to different places, overall just a slight spice up to the UI
Diffstat (limited to 'src/app/browser.js')
-rw-r--r--src/app/browser.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/browser.js b/src/app/browser.js
index ba20656..e22ab3c 100644
--- a/src/app/browser.js
+++ b/src/app/browser.js
@@ -240,8 +240,8 @@ function BrowserEl(properties) {
<div class="text">
<div class="title">${properties.title}</div>
<div class="description">${properties.description}</div>
- <button onclick="installFromURL('${properties.download}')">${installstr}</button>
- <button onclick="require('electron').shell.openExternal('${properties.url}')">${lang('gui.browser.info')}</button>
+ <button class="install" onclick="installFromURL('${properties.download}')">${installstr}</button>
+ <button class="info" onclick="require('electron').shell.openExternal('${properties.url}')">${lang('gui.browser.info')}</button>
<button class="visual">${properties.version}</button>
<button class="visual">${lang("gui.browser.madeby")} ${properties.author}</button>
</div>