Regarding the Advanced layout settings, I’ve figure out the additionalStyles where you can insert special CSS that apply to Widget or View node rows or columns.
I have not seen any documentation on the use of additionalClasses. The documentation discusses it “can provide an array of class names to append to the created HTML row element”. And that’s about it.
Are there any known “Related Workflows” that illustrate the additionalClasses functionality? So many thanks in advance to your assistance on this topic.
awesome - how did you work out to use --theme-button-background-color ?
My gut feeling is that the next button as a Hub feature needs to be configured on the hub? Again just a gut feeling…
Going to proceed with some work on team plan and will at least check out if inspecting the html behind the button may reveal something that is worth trying…
For any KNIME Team Member: I’d still be keen to learn how to use additionalClasses
There isn’t a lot of structured content on this for all of the different options. That would be something that would be very useful to have as a roadmap.
inspecting the HTML is a great idea! going to try that.
I thought adding this CSS node to the Uploader widget would do the trick after finding the custom CSS needed with inspection but it did not override the bottom button at all.
Maybe try to overwrite it either as additionalStyles (how you did the Refresh button) or see if you can integrate into above example - trick is to have in your column / row an element of type html where you define the classes inside a style tag…