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 2017/02/28 16:56:29 UTC

ambari git commit: AMBARI-20235 While enabling Ranger Plugins, Improper formatting of recommended configs in the popup. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk a940b17a5 -> 377776813


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/trunk
Commit: 377776813fe448669aaa1274faa61373e96d2d29
Parents: a940b17
Author: ababiichuk <ab...@hortonworks.com>
Authored: Tue Feb 28 15:26:55 2017 +0200
Committer: ababiichuk <ab...@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;
         }