mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
support dynamic patcher (#224)
* support dynamic patcher * fix typo * fix createUI() * delete sample html * merge dynamicHex and dynamicString patch * fix dynamic patch constructor * use strict equality operator
This commit is contained in:
@@ -312,3 +312,15 @@ input[type=radio] {
|
||||
input[type=checkbox]:checked + .patchPreview {
|
||||
display: block;
|
||||
}
|
||||
input[type=checkbox] ~ ul > li.patch-off {
|
||||
display: none;
|
||||
}
|
||||
input[type=checkbox] ~ ul > li.patch-on {
|
||||
display: list-item;
|
||||
}
|
||||
input[type=checkbox]:checked ~ ul > li.patch-on {
|
||||
display: none;
|
||||
}
|
||||
input[type=checkbox]:checked ~ ul > li.patch-off {
|
||||
display: list-item;
|
||||
}
|
||||
Reference in New Issue
Block a user