Replace downloads list with updater tool

This commit is contained in:
hensm
2019-02-14 05:00:03 +00:00
parent d4d55ea59e
commit 98bd2f2ab3
11 changed files with 524 additions and 94 deletions

13
ext/src/updater/styles/mac.css Executable file
View File

@@ -0,0 +1,13 @@
body {
background: rgb(236, 236, 236);
font: menu;
}
button,
select {
font: inherit;
}
button:not([disabled]):hover:active {
color: -moz-mac-buttonactivetext;
}