hover effect for filter remove button

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@2063 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
j.wollert 14 years ago
parent 08940972b4
commit ad0f84120e
  1. BIN
      assets/images/remove.png
  2. BIN
      assets/images/remove_hover.png
  3. 4
      assets/stylesheets/reporting.css

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

@ -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;

Loading…
Cancel
Save