Repository: ambari Updated Branches: refs/heads/branch-2.5 ef792c5d2 -> f5f811970
AMBARI-20235 While enabling Ranger Plugins, Improper formatting of recommended configs in the popup. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f5f81197 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f5f81197 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f5f81197 Branch: refs/heads/branch-2.5 Commit: f5f8119702a4d5cf0b7e4f5bbcb906e915386e6b Parents: ef792c5 Author: ababiichuk <ababiic...@hortonworks.com> Authored: Tue Feb 28 15:26:55 2017 +0200 Committer: ababiichuk <ababiic...@hortonworks.com> Committed: Tue Feb 28 19:08:33 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f5f81197/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index c100408..88b7976 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -6014,10 +6014,12 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox { } .diff { td { - color: #fff; &.empty { width: 50%; } + &.delete, &.insert, &.replace { + color: #fff; + } &.delete { background-color: @health-status-red !important; }