瀏覽代碼

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

Alex Antonenko 11 年之前
父節點
當前提交
a2f0bcd1af
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      contrib/views/slider/src/main/resources/ui/app/styles/application.less

+ 3 - 0
contrib/views/slider/src/main/resources/ui/app/styles/application.less

@@ -334,6 +334,9 @@ a {
   }
   }
   .slider-modal-body {
   .slider-modal-body {
     max-height: 505px;
     max-height: 505px;
+    .wizard-content{
+      background-color: #ffffff;
+    }
   }
   }
   .next-btn {
   .next-btn {
     margin-left: 5px;
     margin-left: 5px;