Hi Syncfusion Team,
I was wondering about how you can set the "Theme" of the file manager to the one that is on this website: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/file-manager/overview
because mine looks like the one on this website: https://ej2.syncfusion.com/angular/demos/?_ga=2.58306154.1723307059.1641798582-915609888.1632837346#/material/file-manager/overview
Kind regards,
Peter
|
<link rel='nofollow' href=https://cdn.syncfusion.com/ej2/bootstrap5.css rel="stylesheet" /> |
Hi Syncfusion Team,
Thanks for the reply. It kind of worked.
I also had to change my style import from
"@import "../node_modules/@syncfusion/ej2-filemanager/styles/material.css"
to "@import "../node_modules/@syncfusion/ej2-filemanager/styles/bootstrap5.css".
But i still got the problem that the button styles and icon styles are missing because i can't change
@import "../node_modules/@syncfusion/ej2-base/styles/material.css" and
@import "../node_modules/@syncfusion/ej2-buttons/styles/material.css" because they are used in other syncfusion components which I don't want to change the way they look.
Is there any way you can change only the file managers appereance?
Thanks, Peter