angular-filemanager icon indicating copy to clipboard operation
angular-filemanager copied to clipboard

Namespace or prefix CSS styles to prevent clashes with projects using bootstrap

Open Nevario opened this issue 9 years ago • 2 comments

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

Nevario avatar Aug 01 '16 08:08 Nevario

Same thing. Use Filemanager with Bootstrap-based dashboard - both of them become crashed.

DmitriyIlyushchenia avatar Oct 03 '16 08:10 DmitriyIlyushchenia

+1

joshribakoff avatar Jun 15 '17 00:06 joshribakoff