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 <ababiic...@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
ababiic...@apache.org.

Reply via email to