Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override other controller css files #1

Open
ghost opened this issue Sep 21, 2014 · 3 comments
Open

override other controller css files #1

ghost opened this issue Sep 21, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 21, 2014

hi
thank you for this great plug-in.
i have a problem with css files which are added in a controller or widget
for example in ReportContainer widget we have a reportcontainer.css file and it's imported in layout using this function:

 public function loadAssets()
    {
        $this->addCss('css/reportcontainer.css', 'core');
        $this->addJs('vendor/isotope/jquery.isotope.min.js', 'core');
        $this->addJs('js/reportcontainer.js', 'core');
    }

how can i customize this css file in my skin?

@daftspunk
Copy link
Member

It is a good question, since CSS is cascading perhaps you can override the classes?

@ghost
Copy link
Author

ghost commented Sep 30, 2014

yes but what about js files?

@mohammed-alsiddeeq
Copy link

Any update or guides on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants