mirror of https://github.com/gorhill/uBlock.git
minor edits
This commit is contained in:
parent
80f168ec6a
commit
377dab53d4
|
@ -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>
|
||||
|
||||
|
|
|
@ -94,7 +94,6 @@ span.obsolete {
|
|||
width: 48em;
|
||||
height: 8em;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
body #loadingOverlay {
|
||||
position: fixed;
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue