Hi
Going back an email or so, I apologise if my comments upset anyone. I admire what you all do. And my CSS skills may not be that good, but this is what I mean by inconsistency:
Test of numeric node widget, switch node widget, text input node widget, and button node widget applying CSS styling through </>Class option:
numeric node widget
background colorā does not work
background color with !important ā does work
colorā does not work
color with !important ā does work
borderā does work
border-radiusā does work
padding ā does work with one value (I did not test 2,3 and 4 value cases)
switch node widget
background colorā does not work
background color with !important ā does work
colorā does not work
color with !important ā does work
borderā does work
border-radiusā does work
padding ā does work with one value (I did not test 2,3 and 4 value cases)
text input node widget
background colorā does not work
background color with !important ā does work
colorā does not work
color with !important ā does not work
borderā does work
border-radiusā does work
padding ā does work with one value (I did not test 2,3 and 4 value cases)
button node widget
background colorā does not work
background color with !important ā does not work
colorā does not work
color with !important ā does not work
borderā does work
border-radiusā does work
padding ā does work with one value (I did not test 2,3 and 4 value cases)
Cheers