[mv3] Make new spinner in "Filter lists" pane more noticeable

This commit is contained in:
Raymond Hill 2025-08-08 12:30:09 -04:00
parent dfa47baddf
commit c8da231453
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 2 additions and 1 deletions

View file

@ -91,6 +91,7 @@ body:not(.committing) #commit-spinner {
}
body.committing #commit-spinner {
animation: spin 1s steps(8) infinite;
fill: var(--accent-surface-1);
}
#dnrError {
color: var(--info3-ink);

View file

@ -30,7 +30,7 @@
</nav>
<!-- -------- -->
<div data-pane-related="rulesets">
<p><span id="listsOfBlockedHostsPrompt"></span> <span id="commit-spinner" class="fa-icon">spinner</span></p>
<p><span id="commit-spinner" class="fa-icon">spinner</span> <span id="listsOfBlockedHostsPrompt"></span></p>
<p id="dnrError"></p>
<p><input id="findInLists" type="search" spellcheck="false" placeholder="findListsPlaceholder" /></p>
</div>