.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 {
margin-top: 20px;
margin-bottom: 20px;
margin: 0 -10px;
} | .form-action-buttons {
margin-top: 20px;
margin-bottom: 20px;
margin: 0 -10px;
background-color: orange;
} |