This is a migrated thread and some comments may be shown as answers.

[Solved] Can we change Cursor type from Pointer to Hand for "Show More" link

1 Answer 125 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Samir Patel
Top achievements
Rank 1
Samir Patel asked on 11 Aug 2009, 01:48 PM
When on the monthly view, after enough items are added to a day to cause “Show more…” to appear, if a user floats the mouse over that link, can we change the mouse cursor to a hand icon?

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 12 Aug 2009, 07:48 AM
Hi samir,

Try adding following CSS in order to change the pointer styleon hovering the ShowMore link in RadScheduler MonthView.

CSS:
 
<style type="text/css">  
.RadScheduler .rsMonthView .rsShowMore  
{  
    cursor: hand !important;  
}  
</style> 

Thanks,
Princy.
Tags
Scheduler
Asked by
Samir Patel
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or