.form-action-buttons class

Defines the background area for a form button.

The following illustrations show:

  1. The .form-action-buttons style before applying CSS changes.

  2. The .form-action-buttons style after the background-color property has been changed to orange.

| Default CSS | Modified CSS |
| :------------------------------------------------------------ ---- | :------------------------------------------------------------ |
| img | img |
| .form-action-buttons {<br /> margin-top: 20px;<br /> margin-bottom: 20px;<br /> margin: 0 -10px; <br />} | .form-action-buttons {<br /> margin-top: 20px;<br /> margin-bottom: 20px;<br /> margin: 0 -10px;<br /> background-color: orange;<br />} |