diff --git a/assets/images/remove.png b/assets/images/remove.png index bd2299292f..e0fe8f530a 100644 Binary files a/assets/images/remove.png and b/assets/images/remove.png differ diff --git a/assets/images/remove_hover.png b/assets/images/remove_hover.png new file mode 100644 index 0000000000..3c823ca046 Binary files /dev/null and b/assets/images/remove_hover.png differ diff --git a/assets/stylesheets/reporting.css b/assets/stylesheets/reporting.css index 80013f3a84..02c73dc90b 100644 --- a/assets/stylesheets/reporting.css +++ b/assets/stylesheets/reporting.css @@ -149,6 +149,10 @@ table#filter_table td > label { position: absolute; } +.icon-filter-rem:hover { + background-image: url(../images/remove_hover.png); +} + .filter { -webkit-border-radius: 5px; -moz-border-radius: 5px;