Render color input type

This commit is contained in:
Misode
2020-08-21 00:54:52 +02:00
parent 0b5c594893
commit fd2cdb6045
3 changed files with 8 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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;