You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2018/05/15 12:30:11 UTC

[ambari] branch trunk updated: AMBARI-23843 unable to differentiate b/w new added service and existing service. (ababiichuk)

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

ababiichuk 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 d1cb6f0  AMBARI-23843 unable to differentiate b/w new added service and existing service. (ababiichuk)
d1cb6f0 is described below

commit d1cb6f066da447eda8049455a52a741ebbafdf7e
Author: ababiichuk <ab...@hortonworks.com>
AuthorDate: Tue May 15 14:39:37 2018 +0300

    AMBARI-23843 unable to differentiate b/w new added service and existing service. (ababiichuk)
---
 ambari-web/app/styles/wizard.less | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less
index d20adfd..bb43d10 100644
--- a/ambari-web/app/styles/wizard.less
+++ b/ambari-web/app/styles/wizard.less
@@ -533,6 +533,12 @@
       display: inline-block;
       margin: 2px;
     }
+    .assigned-service {
+      background-color: @maintenance-grey;
+      &:hover {
+        background-color: @maintenance-grey;
+      }
+    }
     .new-service {
       background-color: @green;
     }

-- 
To stop receiving notification emails like this one, please contact
ababiichuk@apache.org.