The button background-color font-color command sets the color of the button background and font on the authentication page.
The undo button color command restores the color of button background and font to the default value.
| Parameter | Description | Value |
|---|---|---|
| background-color background-color-value | Specifies the RGB color value of the button background on the authentication page. |
The value is in RGB format starting with # and following with a 6-bit hexadecimal color value. The color value ranges from 000000 to FFFFFF. The default value is #4888F8 (blue). |
| font-color font-color-value | Specifies the RGB color value of the button font. |
The value is in RGB format starting with # and following with a 6-bit hexadecimal color value. The color value ranges from 000000 to FFFFFF. The default value is #FFFFFF (white). |