Hi Sébastien,
In default.css, these two CSS rule sets conflicts. With the end results that
the cursor: se-resize never shows up.
.top_draggable, .bottom_draggable {
cursor:move;
}
.dialog_sizer {
cursor:se-resize;
...
}
To correct temporarily this behavior, I deleted the ".bottom_draggable" part
to have instead in the default.css:
.top_draggable {cursor:move;
}
.dialog_sizer {
...
cursor:se-resize;
...
}
Regards,
- Jacques
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com