mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01: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:
parent
78772d8a1a
commit
1fa32ec9da
@ -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>
|
||||
|
||||
|
@ -95,6 +95,7 @@ span.obsolete {
|
||||
height: 8em;
|
||||
white-space: nowrap;
|
||||
direction: __MSG_@@bidi_dir__;
|
||||
text-align: left;
|
||||
}
|
||||
body #loadingOverlay {
|
||||
position: fixed;
|
||||
|
Loading…
Reference in New Issue
Block a user