Hey there, I've come across an issue regarding the CSS for my search plugin. It seems that some of the CSS rules I set in /plugin/searchable/webroot/css/searchable_style are not being applied. My assumption is that it's being overridden by the default cakephp CSS used in my application. Should I make changes to the generic CSS for my application or is there a method to bypass the generic CSS and apply only what's in /plugin/searchable/webroot/css/searchable_style? I even attempted using css('/searchable/css/searchable_style'); ?> and included it in every view, which worked partially but not entirely.
Thanks, Lyman