However I can see that the background color is defined by a "color" property that is a muted palette of colors. Is there a possibility to set more parameteres to that, i.e., a way to configure a css for that specific custome node or set it within the html file directly? When I click "Inspect" on my custom button within the palette, I can see:
background-color: rgb(70, 143, 135);
height: 48px;
width: 120px;
...
The node background colour is one of the main ways to quickly distinguish different node types. It is specified by the color property in the node definition.
Is there a way to change the label's color on the static nodes that are within palette and the ones that are in the workspace? I'm reading the "Label style" section, that says there's only one predefined class "node_label_italic". I'm trying to understand how it's implemented and by looking in the style.min.css I can see:
.node_label_italic,.red-ui-flow-node-label-italic{font-style:italic}
Changing the color there didn't give any result. Basically I'm trying to change the color and the font type for the label.
Thank you @knolleary for your prompt answer. Actually I don't see it as a problem to add another .scss file and override properties written in the flow.scss. I don't really want to modify the original files of node red.