summaryrefslogtreecommitdiffstats
path: root/css/owncloud.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/owncloud.css')
-rw-r--r--css/owncloud.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/owncloud.css b/css/owncloud.css
index 98ea6673c..699a3021e 100644
--- a/css/owncloud.css
+++ b/css/owncloud.css
@@ -252,6 +252,18 @@
background-image: url('%webroot%/core/img/places/folder.png');
}
+.delete-icon {
+ background-image: url('%webroot%/core/img/actions/delete.svg');
+}
+
+.delete-icon:hover {
+ background-image: url('%webroot%/core/img/actions/delete-hover.svg');
+}
+
+.edit-icon {
+ background-image: url('%webroot%/core/img/actions/rename.svg');
+}
+
/* buttons */
button.loading {
background-image: url('%webroot%/core/img/loading.gif');