aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-08-31 10:19:45 -0400
committergorhill <rhill@raymondhill.net>2015-08-31 10:19:45 -0400
commit8adf1c46164a2837355a8b0982959fdbbe69ae8b (patch)
tree3499a487655e54fcde7aef344f27076a5d73652f /src
parentfbf3fa9c85bcf65e746cdd7999c8c2b70a8654fa (diff)
downloaduBlock-8adf1c46164a2837355a8b0982959fdbbe69ae8b.zip
uBlock-8adf1c46164a2837355a8b0982959fdbbe69ae8b.tar.gz
uBlock-8adf1c46164a2837355a8b0982959fdbbe69ae8b.tar.bz2
this fixes #667
Diffstat (limited to 'src')
-rw-r--r--src/logger-ui.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logger-ui.html b/src/logger-ui.html
index 829386a..5da41e4 100644
--- a/src/logger-ui.html
+++ b/src/logger-ui.html
@@ -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>