From 4276fd8102e3aedfb76245df12c9f965a5ae00e1 Mon Sep 17 00:00:00 2001 From: Greg Considine Date: Wed, 5 Apr 2017 10:15:18 -0400 Subject: [PATCH] Add border to job status badges (#5954) * Add border to job status badges * Use defined color variables --- .../src/job-results/host-status-bar/host-status-bar.block.less | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/job-results/host-status-bar/host-status-bar.block.less b/awx/ui/client/src/job-results/host-status-bar/host-status-bar.block.less index 893700ce8a..c35e905777 100644 --- a/awx/ui/client/src/job-results/host-status-bar/host-status-bar.block.less +++ b/awx/ui/client/src/job-results/host-status-bar/host-status-bar.block.less @@ -56,6 +56,7 @@ .HostStatusBar-tooltipBadge { border-radius: 5px; + border: 1px solid @default-bg; } .HostStatusBar-tooltipBadge--ok {