Jubeat prop support, multi-DLL support, remove globals, dynamic UI creation, fix SDVX score

This commit is contained in:
William Toohey
2017-02-08 16:22:19 +10:00
parent 6fb581f44b
commit 2c5a91dcea
6 changed files with 154 additions and 86 deletions
+15 -3
View File
@@ -2,18 +2,30 @@
display: none
}
#error {
.fileLabel {
cursor: pointer;
}
.error {
color: red;
}
#success {
.success {
color: DarkGreen;
}
#success.hidden {
.success.hidden {
display: none;
}
.patchContainer {
background-color: white;
}
.dragover {
background-color: rgb(200,200,200);
}
body {
margin: 40px auto;
max-width: 650px;