angular-filemanager
angular-filemanager copied to clipboard
Namespace or prefix CSS styles to prevent clashes with projects using bootstrap
Hello,
When I included angular-filemanager in my project I had big issues with it overwriting some styles used by bootstrap and other CSS libraries.
In the end I had to prefix all angular-filemanager styles, eg #fileManagerApp .sidebar {}. Not very good.
Could you please consider adding prefixes to elements of bootstrap that are customised for angular-filemanager.
For example
<nav class="navbar navbar-inverse ng-scope afm-navbar">
...
</nav>
Then angular-filemanager.min.css could overwrite the .afm-navbar class without affecting other navbars in the project.
Appreciate your thoughts.
Thanks, Tim
Same thing. Use Filemanager with Bootstrap-based dashboard - both of them become crashed.
+1