I have a UiBinder managed Composite widget with a SplitLayoutPanel at top.  I'm trying to style the .gwt-SplitLayoutPanel-HDragger like so...
<ui:style type='com.example.ContentPanel.MyStyle'>
    .gwt-SplitLayoutPanel-HDragger {
        background-color: #FFA65E;
        cursor: e-resize;
    }
</ui:style>
but GWT renames the style during compilation thinking it is an 'internal' style.

Similarly, I might declare a style class to expose for external reference, yet still provide a default style.  I wouldn't want class in that default style to be renamed.

How do I prevent GWT from renaming some of these class references in the style sheet?


Anm


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to