1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 11:18:42 +02:00

minor edits

This commit is contained in:
gorhill 2014-08-25 20:19:42 -04:00
parent 80f168ec6a
commit 377dab53d4
3 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<div id="externalListsDiv">
<p data-i18n="3pExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p>
<textarea id="externalLists" dir="auto"></textarea>
<textarea id="externalLists" dir="ltr"></textarea>
<p style="margin: 0.25em 0 0 0"><button id="externalListsApply" disabled="true" data-i18n="3pExternalListsApply"></button></p>
</div>

View File

@ -94,7 +94,6 @@ span.obsolete {
width: 48em;
height: 8em;
white-space: nowrap;
text-align: left;
}
body #loadingOverlay {
position: fixed;

View File

@ -604,7 +604,7 @@ var uBlockMessaging = (function(name){
target.style.display = 'none !important';
}
}
// TODO: investigate injecting as a style. Is Overhead worth it?
// TODO: investigate injecting as a style. Is overhead worth it?
messaging.tell({
what: 'injectedSelectors',
type: 'net',