From c724696080a2c88433acacfa76bb709efe2943b1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 15 Feb 2013 21:12:44 +0100 Subject: bring back icons from core --- css/owncloud.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'css') 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; -- cgit v1.2.3