diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-29 19:27:11 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-29 19:27:11 +0300 |
commit | 33fe24dc3d12868d79f9b137e9e91eba2b3e5028 (patch) | |
tree | 74594c254eb7d456050d109cad7da30b40af88e4 /core | |
parent | 2a420218156d1e4ed3f88a50fd3b0d60476eeeb9 (diff) | |
download | nextcloud-server-33fe24dc3d12868d79f9b137e9e91eba2b3e5028.tar.gz nextcloud-server-33fe24dc3d12868d79f9b137e9e91eba2b3e5028.zip |
Replace delete icon with spinner
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 490619c00d4..365de759fdc 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -659,7 +659,7 @@ div.crumb:active { } /* icons */ -.folder-icon, .delete-icon, .edit-icon { +.folder-icon, .delete-icon, .edit-icon, .progress-icon { background-repeat: no-repeat; background-position: center; } @@ -669,7 +669,7 @@ div.crumb:active { background-image: url('../img/actions/delete-hover.svg'); } .edit-icon { background-image: url('../img/actions/rename.svg'); } - +.progress-icon { background-image: url('../img/loading.gif'); } /* buttons */ button.loading { |