diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-17 12:14:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-17 12:14:36 +0200 |
commit | 9e78e6b2e5bc9231265e5cb8e8ba1d7cdebab94b (patch) | |
tree | a9c0ab20dda206d8d414483c4494973a66d52a9b /core/css | |
parent | 9dfba295cda97764205952e05eb28197f56bae15 (diff) | |
download | nextcloud-server-9e78e6b2e5bc9231265e5cb8e8ba1d7cdebab94b.tar.gz nextcloud-server-9e78e6b2e5bc9231265e5cb8e8ba1d7cdebab94b.zip |
differentiate delete from close icon
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 40a17a42876..7100b8c290d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -655,7 +655,6 @@ div.crumb:active { /* icons */ .folder-icon { background-image: url('../img/places/folder.svg'); } .delete-icon { background-image: url('../img/actions/delete.svg'); } -.delete-icon:hover { background-image: url('../img/actions/delete-hover.svg'); } .edit-icon { background-image: url('../img/actions/rename.svg'); } /* buttons */ |