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:48 UTC

[ambari] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


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

commit 1350b291b624da307fb271ac62475c84090a7846
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Thu Jul 26 17:54:15 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 59e7b58..d72bd9a 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2298,6 +2298,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
 ***********************************************************************/