V9 CSS Available to Another Project

I have a project that contains all my CSS that is used in other projects. I have set this CSS project as a dependency for the projects I am trying to use it in, but I don't see the CSS I am trying to select listed under Style in the Form's properties.

Comments

  • You are not seeing the stylesheet listed under Style because it was set to be a Default CSS document. So when you view the form, you should see the CSS applied already.  

    You can find the CSS report in the project under Manage > Configuration > Templates > CSS and the option to Set as Default CSS is a right click action.

    If you'd like to easily see what CSS is set to default, you can open the query editor and run 

    select is_default, * from css_document_extention
    


Sign In or Register to comment.