diff --git a/awx/ui/client/src/license/license.block.less b/awx/ui/client/src/license/license.block.less index 6f36784152..475cdf0016 100644 --- a/awx/ui/client/src/license/license.block.less +++ b/awx/ui/client/src/license/license.block.less @@ -94,6 +94,15 @@ } .License-downloadLicenseButton{ margin-bottom: 10px; + color:@default-bg; +} +.License-downloadLicenseButton:hover{ + background-color: @default-link-hov !important; + color:@default-bg !important; +} +.License-downloadLicenseButton:focus{ + background-color: @default-link-hov !important; + color:@default-bg !important; } .License-submit--container{ height: 33px;