CSS & JS questions about newest version of SolrSearch plugin 1.0.0

1. Why do the CSS and JS load on every page and not just the SolrSearch results page?

2. Why does "shared/css/solr_search.css" have styles for both admin and public facing pages?

3. Why aren't the styles namespaced? The class .item {width:100%} is particularly problematic as it's a default class used by items/browse.php.

I could of course change my code to address the last point, but why should I have to do that? Surely there are others with these problems.

Thanks for pointing these issues out, DforDavid. I've added tickets for each of them on the SolrSearch issue trackr on Github. We'll work on fixing these and getting a point release our as soon as we can.

Thank you!