Closed Chaosmeister closed 1 year ago
Please send screenshots... which styles? If you have KanboardCSS installed, it is normal. Some of the text styles could possibly crossover to other pages but I would need to know which/where the text is in order to target it.
After installing the PluginManager, all pages get styled with the plugin-manager.css
the whole of the plugins/extensions section gets restyled.
Looking at the stylesheet a bit closer, you may be possibly affected by:
None of the above should cause a negative impact to your instance. Either way, I would need more specific information.
heyo, I don't use KanboardCSS
examples:
in ?controller=DashboardController
in ?controller=BoardViewController
Cool, I will work on those shortly
Done, I will release a new version once the plugin actually gets listed. #26
the table still gets borders from here
on the board view, tasks also still get underlined by this
maybe it would be easier to just include the pluginmanager css on the pluginmanager site?
maybe it would be easier to just include the pluginmanager css on the pluginmanager site? what do you mean?
you could for example only hook the css or the whole plugin if controller=PluginController
you could for example only hook the css or the whole plugin if
controller=PluginController
I'm not sure I understand what you mean... any sample code to share?
something like this:
public function initialize()
{
// abort initialization on non pluginmanager sites
if ("PluginController" != $this->request->getStringParam("controller"))
{
return;
}
After installing the PluginManager, all pages get styled with the plugin-manager.css