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/37777681 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/37777681 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/37777681 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 377776813fe448669aaa1274faa61373e96d2d29 Parents: a940b17 Author: ababiichuk <ababiic...@hortonworks.com> Authored: Tue Feb 28 15:26:55 2017 +0200 Committer: ababiichuk <ababiic...@hortonworks.com> Committed: Tue Feb 28 19:07:01 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/37777681/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 8cb9388..8a15fb1 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2324,10 +2324,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; }