Explorar el Código

hack to fix spinner for firefox

Daniel Sheffield hace 1 año
padre
commit
2fece693da
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      app/rest/templates/trend.tpl

+ 7 - 0
app/rest/templates/trend.tpl

@@ -62,6 +62,13 @@ div.progress:has(+ .done) label:after {
 % if end:
     </div>
     <div class="done"></div>
+    <!-- firefox doesn't support :has() css -->
+    <style>
+div.loader-container {
+  display: none;
+}
+    <!-- -->
+    </style>
 {{!form}}
 {{!svg}}
     </body>