Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Can I add my own css files under ig_res/a theme folder and use it
posted

Hi,

I am trying to add some my own css files under some folders of AppStyling and apply those styles to some classic ASP.NET controls. For instance: I created a new style file named as "ig_addition.css" which locates in "ig_res/ElectricBlue/" folder; inside the style file I just put a single css rule like .igResizeBar{ border:solid 1px #808388;}; in a aspx page, I simply use the rule like this -  "<div class='igResizeBar'> hello world </div>". I am hoping AppStyling will pick up the rule but it seems not as my limited experiments so far. So I just want to know if it is something I can achieve? Thanks.

Xiaogang

  • 3726
    posted

    Hi,

    you cannot achieve this automatically. You have to reference the CSS file on the aspx page, so that it is loaded in the browser. Because the Aikido controls load only the CSS files that are specific to them.

    Thanks,

    Lubomir