mirror of https://github.com/gorhill/uBlock.git
this fixes #667
This commit is contained in:
parent
fbf3fa9c85
commit
8adf1c4616
|
@ -93,7 +93,7 @@
|
|||
<div class="container static">
|
||||
<p></p>
|
||||
<p><textarea class="staticFilter" value=""></textarea>
|
||||
<button id="createStaticFilter" class="important" type="button" data-i18n="pickerCreate"></button>
|
||||
<button id="createStaticFilter" class="custom important" type="button" data-i18n="pickerCreate"></button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -105,7 +105,7 @@
|
|||
<div id="cosmeticFilteringDialog" class="modalDialog">
|
||||
<div class="dialog">
|
||||
<textarea class="cosmeticFilters" value=""></textarea>
|
||||
<button id="createCosmeticFilters" class="important" type="button" data-i18n="pickerCreate"></button>
|
||||
<button id="createCosmeticFilters" class="custom important" type="button" data-i18n="pickerCreate"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="filterFinderDialogSentence1"><span><span></span><code></code><span></span></span></div>
|
||||
|
|
Loading…
Reference in New Issue