mirror of https://github.com/gorhill/uBlock.git
this fixes #178 (need confirmation)
This commit is contained in:
parent
c0d8a8aaeb
commit
babd383d1b
|
@ -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"></textarea>
|
||||
<textarea id="externalLists" dir="auto"></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;
|
||||
direction: __MSG_@@bidi_dir__;
|
||||
text-align: left;
|
||||
}
|
||||
body #loadingOverlay {
|
||||
|
|
Loading…
Reference in New Issue