From 4f46c307d459c9669ad6571e826cb5b139225f47 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 3 May 2016 14:48:34 -0400 Subject: [PATCH] update general styling of first-time license page --- awx/ui/client/src/license/license.block.less | 9 +++++++++ 1 file changed, 9 insertions(+) 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;