Repository: ambari Updated Branches: refs/heads/trunk 87e16d06a -> 64c673a98
AMBARI-5079. X icon on the Select Stack Repo section is shown in red. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/64c673a9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/64c673a9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/64c673a9 Branch: refs/heads/trunk Commit: 64c673a98831e6fb609d5e259129a44680a1765c Parents: 87e16d0 Author: Yusaku Sako <[email protected]> Authored: Mon Mar 17 01:49:14 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Mon Mar 17 01:49:14 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/64c673a9/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 7d9c241..4dc413f 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -5524,6 +5524,9 @@ i.icon-asterisks { padding-right: 4px; a { cursor: pointer; + text-decoration: none; + } + .icon-remove-sign { color: #808080; } }
