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;