mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
use SVG for folder image
This commit is contained in:
parent
bcf1b6f9f8
commit
5aa1ca5882
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ div.crumb a{ padding: 0.9em 0 0.7em 0; }
|
|||
}
|
||||
|
||||
/* icons */
|
||||
.folder-icon { background-image: url('%webroot%/core/img/places/folder.png'); }
|
||||
.folder-icon { background-image: url('%webroot%/core/img/places/folder.svg'); }
|
||||
.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'); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue