This topic describes how to modify the appearance of buttons at the top of Administration Console pages, such as Applications, Assignments, and Images.

To modify buttons, edit the stylesForCustomBranding.css file in both tenant appliances in the organization:
$> /usr/local/desktone/release/dt-platform-20_2_0/deploy/dt-tenant-node-20.2.0-bin/horizonadmin/static/css/production/ stylesForCustomBranding.css 

Edit the appropriate section of code so that it is similar to the following example, uncommenting the lines containing border-color, background-color, and color, and changing the color values.

.atk-btn,
.btn {
  border-color: #00b816 !important;
  background-color: #blue !important;
  color: $white !important; }

The following images show an example of the appearance of the page when the code has been edited as shown above.

BEFORE AFTER
Example of Page Before Branding Example of Page After Branding