ソースを参照

HUE-6077 [frontend] Remove inset box shadow from the progress bars

Enrico Berti 8 年 前
コミット
358212e572

ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 7 - 1
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -88,4 +88,10 @@ table.datatables {
   th {
     border-top: 1px solid @cui-gray-300 !important;
   }
-}
+}
+
+.progress {
+  .bar {
+    .hue-no-box-shadow;
+  }
+}

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません