1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00

this fixes #178 (need confirmation)

This commit is contained in:
gorhill 2014-08-24 15:45:40 -04:00
parent c0d8a8aaeb
commit babd383d1b
2 changed files with 1 additions and 2 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"></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>

View File

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