Add selectors to File Browser page elements

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
11/11/2009 11:05:06 AM
Gravatar
Total Posts 2239

Add selectors to File Browser page elements

The File Browser that is used to insert media and links into the editors doesn't allow for easy skinning. The body inherits from the style.css file and because of this, the file browser is hard to read. In some skins, I have set the body to use the same background and text colors as the pagebody so the editors will display text the same way it will be displayed on the actual pages.

I did see that the form on the File Browser page has a static id of "form1" so I used form#form1 to specify different background and text colors. While this works, it relies on that form ID never changing.

Would it be possible to add classes or IDs to the elements on the File Browser page?

Thanks,
Joe

11/13/2009 12:03:54 PM
Gravatar
Total Posts 18439

Re: Add selectors to File Browser page elements

Hi Joe,

I will add a class to the body, but also the form id will never change, so it is safe to use that.

Best,

Joe

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