summaryrefslogtreecommitdiffstats
path: root/css/owncloud.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-14 16:03:45 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-14 16:03:45 +0100
commitc8e44addad21b35ddae209c3c05984bb94c56194 (patch)
tree18f22fc5707186f71fef646a287761db4278bb35 /css/owncloud.css
parent2a0af2c8df13d5375e7341e50d534490f3d8022c (diff)
moved delete and edit icons to owncloud.css
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');