diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-18 20:06:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 20:06:02 -0500 |
commit | e9075e24e16e64b2116f66dab9cf59cb7ee01361 (patch) | |
tree | 5fb11a9eb4d38afd4130d4ca6f7f1bd4708637a2 /ext/fg | |
parent | a48ac37815016c820b2b2a7e79788fed07ae191f (diff) |
Update progress indicator styles (#1042)
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 174cfe42..0ee8fd7d 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -17,12 +17,11 @@ <div class="content-outer"> <div class="content scrollbar" id="content"><div class="content-body" id="content-body"> + <div class="top-progress-bar-container"><div class="progress-bar-indeterminant" id="progress-indicator" hidden></div></div> <div class="content-body-inner"> <span tabindex="-1" id="content-scroll-focus"></span> - <div id="spinner" hidden><img src="/mixed/img/spinner.gif"></div> - <div class="scan-disable" id="query-parser-container" hidden> <div class="search-option" id="query-parser-mode-container" hidden> <select id="query-parser-mode-select"></select> |