Index: block.html |
=================================================================== |
--- a/block.html |
+++ b/block.html |
@@ -67,17 +67,17 @@ |
{ |
padding: 3px !important; |
} |
</style> |
</head> |
<body draggable="true"> |
<div id="title"> |
- <img src="icons/abp-32.png" /> |
+ <img src="icons/detailed/abp-32.png" srcset="icons/detailed/abp-64.png 2x"> |
<span class="i18n_add_filters_msg"></span> |
</div> |
<textarea id="filters"></textarea> |
<div id="buttons"> |
<button id="addButton" class="i18n_add"></button> |
<button id="cancelButton" class="i18n_cancel"></button> |