Hi,
I am having RadDecorator, radgrid, radtoolbar, radtabstrip on my form.
I have applied WebBlue skin everywhere.
I have some ASP:Buttons on my page, some are inside grid template as well.
But I want to achieve two things.
1. How do I change cursor to pointer when cursor is on any of the button on the form? I want to display cursor to pointer for all the buttons on my form.
2. How do I change all the fonts on my page to look similar? I mean how do I define all the fonts of my page to be same?
I tried adding
but somehow if I add form* as above, radcombobox are not getting filled up and there are some weird javascript errors are displayed on screen.
thanks in advance
I am having RadDecorator, radgrid, radtoolbar, radtabstrip on my form.
I have applied WebBlue skin everywhere.
I have some ASP:Buttons on my page, some are inside grid template as well.
But I want to achieve two things.
1. How do I change cursor to pointer when cursor is on any of the button on the form? I want to display cursor to pointer for all the buttons on my form.
2. How do I change all the fonts on my page to look similar? I mean how do I define all the fonts of my page to be same?
I tried adding
body ,form *
{
font-family: Wingdings 3!important;
font-size: 10px!important;
}
but somehow if I add form* as above, radcombobox are not getting filled up and there are some weird javascript errors are displayed on screen.
thanks in advance