diff --git a/octoprint/static/css/octoprint.less b/octoprint/static/css/octoprint.less index 6ac2051..1092137 100644 --- a/octoprint/static/css/octoprint.less +++ b/octoprint/static/css/octoprint.less @@ -245,13 +245,6 @@ ul.dropdown-menu li a { } } -#gcode_upload_progress .bar { - -webkit-transition: width 0s linear !important; - -moz-transition: width 0s linear !important; - -o-transition: width 0s linear !important; - transition: width 0s linear !important; -} - /** Controls */ #controls { diff --git a/octoprint/templates/index.html b/octoprint/templates/index.html index 0daacf0..57e2674 100644 --- a/octoprint/templates/index.html +++ b/octoprint/templates/index.html @@ -136,7 +136,7 @@
-
Loading ...
+
Hint: You can also drag and drop files on this page to upload them.