mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Make new spinner in "Filter lists" pane more noticeable
This commit is contained in:
parent
dfa47baddf
commit
c8da231453
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue