1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

some more css fixes to textareas

Fixing textareas resizer side on 3p-filters and the blinker not behaving
right when writing in English on some textareas.
This commit is contained in:
Mikey1993 2014-08-24 03:57:54 +03:00
parent 78772d8a1a
commit 1fa32ec9da
2 changed files with 2 additions and 1 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"></textarea>
<p style="margin: 0.25em 0 0 0"><button id="externalListsApply" disabled="true" data-i18n="3pExternalListsApply"></button></p>
</div>

View File

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