Hey guys,
Does anyone know how to change the CSS style for ALL buttons in a Nintex form?
Neither .input nor .nf-button-input with !important seem to work, e.g.:
.input {
border: 3px solid red !important;
}
.nf-button-input{
border: 3px solid green !important;
}
I tried adding the above lines at the bottom of the Custom CSS section but nothing happened...
I then tried adding a custom .css file and reference it via Advanced > "Custom CSS includes", again with no luck!
Any ideas what I might be doing wrong?!
PS: I don't want to have to add specific CSS classes to each and every button, I'm more interested in a generic/future proof solution.
Thanks!