You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2018/07/27 11:52:59 UTC

[ambari] branch branch-2.7 updated: AMBARI-24361 Make upgrade progress counter more readable

This is an automated email from the ASF dual-hosted git repository.

atkach pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 634cecd  AMBARI-24361 Make upgrade progress counter more readable
634cecd is described below

commit 634cecd8b4b6f32b281dbb00a2a05e0baec5e0c7
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Thu Jul 26 17:56:28 2018 +0300

    AMBARI-24361 Make upgrade progress counter more readable
---
 ambari-web/app/styles/application.less | 1 +
 ambari-web/app/styles/common.less      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 86d5168..367233b 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2292,6 +2292,7 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox {
 .progress-counter {
   position: relative;
   .counters-label {
+    color: @dark-gray;
     font-weight: bold;
     left: 45%;
     position: absolute;
diff --git a/ambari-web/app/styles/common.less b/ambari-web/app/styles/common.less
index e892522..15babfa 100644
--- a/ambari-web/app/styles/common.less
+++ b/ambari-web/app/styles/common.less
@@ -31,6 +31,7 @@
 @maintenance-black: #000;
 @maintenance-grey: #999999;
 @gray-text: #666;
+@dark-gray: #333;
 /************************************************************************
 * Health status(service/host/host component health)icon colors ends
 ***********************************************************************/