1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Emphasize warning in "My filters"

Related feedback:
f1ce3b2191 (commitcomment-130633291)
This commit is contained in:
Raymond Hill 2023-10-22 17:52:38 -04:00
parent 9bd483bec3
commit 1e745c2f4d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<div class="body">
<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>
<p class="vverbose"><span data-i18n="1pFormatHint"></span>&thinsp;<a class="fa-icon info" href="https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters" target="_blank">question-circle</a>&ensp;<span data-i18n="1pTrustWarning"></span></p>
<p class="vverbose"><span data-i18n="1pFormatHint"></span>&thinsp;<a class="fa-icon info" href="https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters" target="_blank">question-circle</a>&ensp;<span data-i18n="1pTrustWarning" class="info very-important"></span></p>
<p>
<button id="userFiltersApply" class="preferred iconified" type="button" disabled><span class="fa-icon">check</span><span data-i18n="1pApplyChanges">_</span><span class="hover"></span></button>
<button id="userFiltersRevert" class="iconified" type="button" disabled><span class="fa-icon">undo</span><span data-i18n="genericRevert">_</span><span class="hover"></span></button>

View File

@ -25,7 +25,7 @@ a {
color: var(--info2-ink);
fill: var(--info2-ink);
}
.fa-icon.info.very-important {
.info.very-important {
color: var(--info3-ink);
fill: var(--info3-ink);
}