Color Button
Color Button
Adriano Erasmo
Posts: 1Questions: 0Answers: 0
Hello, How to put a color for each type of button. Type: CSV button color green.
This discussion has been closed.
Replies
The first class turns the first button green
the second one turns of the button images so the color shows through ( but as is, it applies to all buttons).
You would probably want to add a hover (mouse over) color too.
You can also use
buttons.buttons.className
to add a custom class to a button, giving you the ability to then add suitable CSS for it.Allan