aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/icon/remove_filter.pngbin0 -> 202 bytes
-rw-r--r--admin/themes/clear/icon/remove_filter_hover.pngbin0 -> 173 bytes
-rw-r--r--admin/themes/default/icon/remove_filter.pngbin0 -> 202 bytes
-rw-r--r--admin/themes/default/icon/remove_filter_hover.pngbin0 -> 173 bytes
-rw-r--r--admin/themes/default/template/batch_manager_global.tpl4
5 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/clear/icon/remove_filter.png b/admin/themes/clear/icon/remove_filter.png
new file mode 100644
index 000000000..c2fa7382f
--- /dev/null
+++ b/admin/themes/clear/icon/remove_filter.png
Binary files differ
diff --git a/admin/themes/clear/icon/remove_filter_hover.png b/admin/themes/clear/icon/remove_filter_hover.png
new file mode 100644
index 000000000..1f9d97527
--- /dev/null
+++ b/admin/themes/clear/icon/remove_filter_hover.png
Binary files differ
diff --git a/admin/themes/default/icon/remove_filter.png b/admin/themes/default/icon/remove_filter.png
new file mode 100644
index 000000000..c2fa7382f
--- /dev/null
+++ b/admin/themes/default/icon/remove_filter.png
Binary files differ
diff --git a/admin/themes/default/icon/remove_filter_hover.png b/admin/themes/default/icon/remove_filter_hover.png
new file mode 100644
index 000000000..1f9d97527
--- /dev/null
+++ b/admin/themes/default/icon/remove_filter_hover.png
Binary files differ
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl
index 7f33c0297..7c16efe98 100644
--- a/admin/themes/default/template/batch_manager_global.tpl
+++ b/admin/themes/default/template/batch_manager_global.tpl
@@ -326,8 +326,8 @@ $(document).ready(function() {
.actionButtons {text-align:left;}
#filterList {padding-left:5px;}
#filterList li {margin-bottom:5px; list-style-type:none;}
-a.removeFilter {background: url(plugins/bulk_manager/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block}
-a.removeFilter:hover {background: url(plugins/bulk_manager/remove_filter_hover.png); border:none;}
+a.removeFilter {background: url(admin/themes/default/icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block}
+a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_hover.png); border:none;}
.removeFilter span {display:none}
#applyFilterBlock {margin-top:20px;}
.useFilterCheckbox {display:none}