.form-action-buttons class

Defines the background area for a form button.
The following illustrations show:
-
The .form-action-buttons style before applying CSS changes.
-
The .form-action-buttons style after the background-color property has been changed to orange.
| Default CSS | Modified CSS |
| :------------------------------------------------------------ ---- | :------------------------------------------------------------ |
|
|
|
| .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 />} |
Updated 19 days ago
