Sfoglia il codice sorgente

hack to fix spinner for firefox

Daniel Sheffield 1 anno fa
parent
commit
2fece693da
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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>