Skip to content

Commit 51f1a3a

Browse files
authored
Merge pull request #253 from cmu-delphi/staging
Staging
2 parents 7043b7f + 93e1f61 commit 51f1a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/alternative_interface/alter_dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1 class="hero-title">Respiratory Diseases Dashboard</h1>
8787
</option>
8888
{% endfor %}
8989
</select>
90-
<span id="pathogenTypingAnimation" class="pathogen-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color:rgb(72, 78, 83); font-size: 1rem; white-space: nowrap; overflow: hidden; display: none;"></span>
90+
<span id="pathogenTypingAnimation" class="pathogen-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color:black; font-size: 1.2rem; white-space: nowrap; overflow: hidden; display: none;"></span>
9191
</div>
9292
<span class="filter-label">in</span>
9393
<div style="position: relative; display: inline-block; width: 100%;">
@@ -101,7 +101,7 @@ <h1 class="hero-title">Respiratory Diseases Dashboard</h1>
101101
</optgroup>
102102
{% endfor %}
103103
</select>
104-
<span id="geographyTypingAnimation" class="geography-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color: rgb(72, 78, 83); font-size: 1rem; white-space: nowrap; overflow: hidden; display: none;"></span>
104+
<span id="geographyTypingAnimation" class="geography-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color: black; font-size: 1.2rem; white-space: nowrap; overflow: hidden; display: none;"></span>
105105
<span id="geographyLoader" class="geography-loader" style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 10; display: none;">
106106
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true" style="width: 1rem; height: 1rem; border-width: 0.15em; color: rgb(72, 78, 83);"></span>
107107
</span>

0 commit comments

Comments
 (0)