dfst / webgme-fab

Floating action button for WebGME apps
MIT License
1 stars 2 forks source link

css styles conflict with headers and lists. #7

Closed finger563 closed 8 years ago

finger563 commented 8 years ago

From what I can tell you shouldn't need the header styles in your css (I didn't see a place where you actually used them, but I didn't look through all your code :P ).

However, you should use your own class definitions or IDs for list styling as you do need that and it conflicts with anything else that might use default list classes.

brollb commented 8 years ago

yeah, I am going to have to go through the css and pull out the few things that I actually use to avoid these problems.

At a glance, it looks like these are the classes used:

I should go through and remove any css not related to these classes. However, it also uses the toasts, so those classes should remain.

After removing all other rules, these still should be placed within a class webgme-fab so the rules are essentially namespaced

brollb commented 8 years ago

Can you check out branch 7-namespace-css? It should fix the issue