I know jQuery uses "ui-icon" so you don't have a choice in the name, but could you test to see if not using the "-icon" ending is the reason for the problem? I believe Trinidad skins treat style names ending with icon specially, so that could be the reason.
-A On Fri, Feb 19, 2010 at 9:44 AM, Elmar Kretzer <[email protected]> wrote: > Hi all, > > i just stumbled across some weird issues, while using jQuery UI in Trinidad. > I added jQuery UI style classes - but they get corrupted. > > Could anyone try just to add in skin file: > > .ui-icon{ display: block; text-indent: -99999px; overflow: hidden; > background-repeat: no-repeat; } > > In my Trinidad "compiled" CSS file, the dot is missing and therefore the rule > gets ignored. > > ui-icon > {display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat} > > > Thanks in advance for any information! > > Have a nice weekend > Elmar > > > > Env: > Trinidad 1.2.13 > MyFaces 1.2.6 > Tomcat 6.018 > Java 6 > Mac OS > > > > > > > >

