1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
Raymond Hill 2023-10-22 18:33:28 -04:00
parent 3562cc2e4c
commit 589f281f21
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 4 additions and 1 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" class="info very-important"></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"></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

@ -14,6 +14,9 @@ body {
.body {
flex-shrink: 0;
}
[data-i18n="1pTrustWarning"] {
font-weight: bold;
}
.codeMirrorContainer {
flex-grow: 1;
}