Browse Source

HUE-6077 [frontend] Fix the snippet progress bar

Johan Ahlen 8 years ago
parent
commit
e666eae2c2

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


+ 9 - 0
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -527,6 +527,15 @@ h1.empty {
   position: absolute;
 }
 
+.progress-snippet {
+  background-image: none;
+  box-shadow: none;
+}
+
+.progress-snippet .bar {
+  background-image: none;
+}
+
 .progress .bar {
   background-repeat: repeat-x;
 }

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