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