Index: options.html |
=================================================================== |
--- a/options.html |
+++ b/options.html |
@@ -188,9 +188,13 @@ |
</template> |
</ul> |
<div class="controls"> |
+ <button data-action="edit-domain-exception"> |
+ <span class="icon icon-add"></span> |
+ <span>Test</span> |
+ </button> |
<div> |
<span class="icon icon-add" data-action="add-domain-exception"></span> |
- <input type="text" id="whitelisting-textbox" /> |
+ <input type="text" id="whitelisting-textbox" placeholder="www.example.com" /> |
<span class="icon icon-enter" data-action="add-domain-exception"></span> |
</div> |
<div> |