I have a UiBinder managed Composite widget with a SplitLayoutPanel
at top. I'm trying to style the .gwt-SplitLayoutPanel-HDragger like
so...but GWT renames the style during compilation thinking it is an 'internal' style.<ui:style type='com.example.ContentPanel.MyStyle'> .gwt-SplitLayoutPanel-HDragger { background-color: #FFA65E; cursor: e-resize; } </ui: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 -- |
- Selectively preserving CSS class references in *.ui.xml Andrew n marshall
- Re: Selectively preserving CSS class references in ... Thomas Broyer