Browse Source

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

Enrico Berti 8 years ago
parent
commit
358212e

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 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;
+  }
+}

Some files were not shown because too many files changed in this diff