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

Change color of red box on pager

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dave Ranck
Top achievements
Rank 1
Dave Ranck asked on 30 Aug 2010, 08:40 PM
Is there a way to change the color of the red box around the red number in the pager of the grid?
I'd like to change the color of the chosen page number (from red) and the red box around that number (pic attached).

Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 31 Aug 2010, 06:48 AM
Hello Mike,

If you want to change the border for the selected page number, then you can achieve this easily by adding following CSS on page.

Style:
.rgCurrentPage
 {
     border: solid 1px green !important;
 }


Regards,
Shinu.
Tags
Grid
Asked by
Dave Ranck
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or