Merge pull request #7452 from owncloud/icon-delete-hover

icons: automatically show delete hover instead of using explicit class
remotes/origin/ldap_group_count
Morris Jobke 13 years ago
commit 7af846e656
  1. 3
      core/css/icons.css

@ -66,7 +66,8 @@
.icon-delete {
background-image: url('../img/actions/delete.svg');
}
.icon-delete-hover {
.icon-delete:hover,
.icon-delete:focus {
background-image: url('../img/actions/delete-hover.svg');
}

Loading…
Cancel
Save