GWT: how to have different styles for splitters in different SplitLayoutPanels?
- by user26270
I know you can change the styles of the splitters with the defaults styles listed in the docs:
.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-HDragger { horizontal dragger }
.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-VDragger { vertical dragger }
and we've done that in earlier development. However, now I'm developing new stuff and would like to…