mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Jubeat prop support, multi-DLL support, remove globals, dynamic UI creation, fix SDVX score
This commit is contained in:
+15
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user