From 3cbab670809bc88360c329d384180fa0df4513ed Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 18 Mar 2020 11:59:16 +0100 Subject: [PATCH] Use svg icon for dropdown add button in filemanager --- filemanager/templates/pixelegg/app.css | 2 +- filemanager/templates/pixelegg/app.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index 408a1cf1c5..90aa8217f4 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -364,7 +364,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); } #filemanager-index_new_wrapper .ui-icon-triangle-1-s { - background-image: url(../../../pixelegg/images/add.png); + background-image: url(../../../pixelegg/images/add.svg); background-size: 12px; background-repeat: no-repeat; background-position: center; diff --git a/filemanager/templates/pixelegg/app.less b/filemanager/templates/pixelegg/app.less index 0afb93c2a8..67a7d78757 100644 --- a/filemanager/templates/pixelegg/app.less +++ b/filemanager/templates/pixelegg/app.less @@ -120,7 +120,7 @@ div#stylite-filemanager-upload { } #filemanager-index_new_wrapper { .ui-icon-triangle-1-s { - background-image: url(../../../pixelegg/images/add.png); + background-image: url(../../../pixelegg/images/add.svg); background-size: 12px; background-repeat: no-repeat; background-position: center;