mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Render color input type
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -5,9 +5,9 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@mcschema/core": {
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.1.tgz",
|
||||
"integrity": "sha512-HVbVo/ycRRuGVXsY7MEKL79a6bf6eyvtPpZCyUPFVmifRKjS+xVHxFJoFaGEw/oMs6iJQr6VS9nyLjwdSTaa8Q=="
|
||||
"version": "0.8.2",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.2.tgz",
|
||||
"integrity": "sha512-lCYeeHQ7ADzq3BExl3u8tbyyy84YnffDT5LwtusMdHoSqduNW3CHaVJysJgw0oiCaKjn+bPnzG+J5Ob9YKi7RA=="
|
||||
},
|
||||
"@mcschema/java-1.16": {
|
||||
"version": "0.5.1",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"author": "Misode",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.8.1",
|
||||
"@mcschema/core": "^0.8.2",
|
||||
"@mcschema/java-1.16": "^0.5.1",
|
||||
"@mcschema/locales": "^0.1.9",
|
||||
"@types/google.analytics": "0.0.40",
|
||||
|
||||
@@ -93,6 +93,10 @@
|
||||
background-color: var(--node-background-input);
|
||||
}
|
||||
|
||||
.node-header > input[type="color"] {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.node-header > select {
|
||||
font-size: 18px;
|
||||
padding-left: 6px;
|
||||
|
||||
Reference in New Issue
Block a user