summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-15 21:12:44 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-15 21:12:44 +0100
commitc724696080a2c88433acacfa76bb709efe2943b1 (patch)
treef722878d8955dfeeb5b2725c129c2c406b3baddd /css
parent9428c25c4682957ad21959eb6ff3137155785d50 (diff)
bring back icons from core
Diffstat (limited to 'css')
-rw-r--r--css/owncloud.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/css/owncloud.css b/css/owncloud.css
index 0dd4b0932..a7bd29596 100644
--- a/css/owncloud.css
+++ b/css/owncloud.css
@@ -40,7 +40,7 @@
#app-navigation li.collapsible > button.collapse {
display: none; position: absolute; left: 6px; top: 5px; height: 16px; width: 16px;
- background: none; background-image: url('../img/actions/triangle-s.svg');
+ background: none; background-image: url('%webroot%/core/img/actions/triangle-s.svg');
background-repeat: no-repeat; background-size: 16px 16px;
border: none; border-radius: 0; outline: none !important;
box-shadow: none;
@@ -111,7 +111,7 @@
.settings-button {
height: 32px; width: 100%; padding: 0; margin: 0; display: block;
- background-image: url('../img/actions/settings.png');
+ background-image: url('%webroot%/core/img/actions/settings.png');
background-repeat: no-repeat; background-position: 10px center;
background-color: transparent;
box-shadow: none;
@@ -120,14 +120,14 @@
.settings-button:hover { background-color: #ddd; }
/* icons */
-.folder-icon { background-image: url('../img/places/folder.png'); }
-.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'); }
+.folder-icon { 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('../img/loading.gif');
+ background-image: url('%webroot%/core/img/loading.gif');
background-position: right 10px center;
background-repeat: no-repeat;
padding-right: 30px;