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

change the font size of those link buttons

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 01 Nov 2012, 10:40 AM
Hi
     In my radgrid, the commanditemtemplate consist of 'Add new record' and ;refresh' buttons. I would like to change the font size of those link buttons to large. Can anybody help me accomplish this.
Thanks in advance
RT

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Nov 2012, 10:44 AM
Hi,

Please Try the following CSS:

CSS:
<style type="text/css">
  .RadGrid_Default .rgCommandRow a
   {
       font-size: large !important;
   }
</style>

Thanks,
Shinu.
Tags
Grid
Asked by
Ryan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or