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

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;