You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/09/11 21:02:41 UTC

[21/26] git commit: AMBARI-7261. Slider View: Remove gray background on pages of create app wizard (alexantonenko)

AMBARI-7261. Slider View: Remove gray background on pages of create app wizard (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a2f0bcd1
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a2f0bcd1
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a2f0bcd1

Branch: refs/heads/branch-alerts-dev
Commit: a2f0bcd1afec0859ceab263a140fdce93a123ac3
Parents: c405d5f
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Sep 11 17:57:53 2014 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Thu Sep 11 17:57:53 2014 +0300

----------------------------------------------------------------------
 .../slider/src/main/resources/ui/app/styles/application.less      | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a2f0bcd1/contrib/views/slider/src/main/resources/ui/app/styles/application.less
----------------------------------------------------------------------
diff --git a/contrib/views/slider/src/main/resources/ui/app/styles/application.less b/contrib/views/slider/src/main/resources/ui/app/styles/application.less
index 891c991..c0988f2 100644
--- a/contrib/views/slider/src/main/resources/ui/app/styles/application.less
+++ b/contrib/views/slider/src/main/resources/ui/app/styles/application.less
@@ -334,6 +334,9 @@ a {
   }
   .slider-modal-body {
     max-height: 505px;
+    .wizard-content{
+      background-color: #ffffff;
+    }
   }
   .next-btn {
     margin-left: 5px;