KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Remove inline styles please #3307

Open Eugene opened this topic on on May 31 - 1 comments

Eugene commented on May 31

I noticed that sometimes you use theme's styles and immediately overwrite it with inline styles. It makes the customization pretty challenging. If you declare that you use themes you should keep all styles in the themes css files

Example in main.header.view.php line 16

<a onClick="loadDashboard('<?php echo $page->getDefaultDashboard()?$page->getDefaultDashboard()->name():null; ?>')" href="javascript: void 0" class="navbar-brand text-center" style="color:#fff;background-image:none;padding-top:10px" href="#">
        <?php echo $page->app()->logo(); ?>
    </a>
KoolReport commented on May 31

I have noted for dev.team. Thank you very much for your suggestion.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
suggestion

Dashboard