Thanks for your help, but this doesn't seem to work for me.
The following code works and applies the style to the upload button:
<ext:Button Height="24" IDMode="Static" ID="UploadButton" runat="server" Text="Upload" IconCls="diskUploadIcon uploadButtonIconAlignment" style="margin-left: 20px" />
But I cannot change the cursor in the same way. This code does not work:
<ext:Button Height="24" IDMode="Static" ID="UploadButton" runat="server" Text="Upload" IconCls="diskUploadIcon uploadButtonIconAlignment" style="cursor: pointer" />
Any idea what could be going wrong?
Adam