Customized skin and Admin inputs no longer firing

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/3/2012 12:27:45 PM
Gravatar
Total Posts 18439

Re: Customized skin and Admin inputs no longer firing

Hi Beth,

If all else fails you can make a special css file for use with the editors, I've created a document Controlling the CSS Used In The Editors, that explains how to do it.

Hope that helps,

Joe

2/3/2012 3:36:08 PM
Gravatar
Total Posts 130

Re: Customized skin and Admin inputs no longer firing

Using IE developer tools was painful but I finally isolated two css files that were interfering and wrote some jquery to only load them on pages that are not htmledit.aspx ... this is less overhead for me to maintain (in having extra stylesheets for each site specifically for the editor pages), although it's good to know about that option in the user.config.

Thanks,

Beth

2/5/2012 11:10:29 AM
Gravatar
Total Posts 18439

Re: Customized skin and Admin inputs no longer firing

Hi Beth,

If it were my site what I would do is since you have identified the file(s) containing css that causes the problem, then do some further troubleshooting to find the specific CSS selectors/rules causing the problem by chopping everything out of the file(s) and then putting them back one by one until the problem re-appears. Once it does see if you really need the rule that is causing it, if not remove it else add something to an ie specific css file to override it.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.