From 7286163281dd4def88f363515ab9b714f755206a Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 16 Jun 2016 10:20:42 -0700 Subject: [PATCH] Changing color of idle countdown text to #D9534F --- awx/ui/client/legacy-styles/ansible-ui.less | 4 ++++ awx/ui/templates/ui/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index f98c3ff9e1..28c1d44347 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -197,6 +197,10 @@ i:active, } } +.IdleModal-remainingSeconds{ + color: @default-err; +} + #configure-schedules-tab { position: relative; top: 0; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 1af1ff9479..9cc995e395 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -52,7 +52,7 @@ - +