CSS works on all the buttons except for Next or Submit . Mainly the color gets green when we hover. This doesn't for Next or Submit. Tried all the possible options. It works for secondary buttons but not for Next or Submit
CSS =>
pdir] .nx-theme-styles .nx-theme-form .nx-theme-button-1
{ background-color: #FFFFFF;
color: #00763c;
font-size: 16px;
font-weight: 700; width: 100%;
border: 2px solid #00763c; }
pdir] .nx-theme-styles .nx-theme-form .nx-theme-button-1 .hoover
{ background-color : #00763c; }
pdir] .nx-theme-styles .nx-theme-form .nx-theme-button-2
{ background-color: #FFFFFF; color: #00763c; font-size: 16px; font-weight: 700; width: 100%; border: 2px solid #00763c; }
pdir] .nx-theme-styles .nx-theme-form .nx-theme-button-2 .hoover
{ background-color : #00763c; } }dir] .nx-theme-styles .nx-theme-form .nx-theme-label-1 .a { color: #00763c; }