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

Border Colors on Selected & Sorted Cells.

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Danny
Top achievements
Rank 2
Danny asked on 25 Jun 2012, 03:16 PM
I'm using a modified Metro skin.

When a column is sorted and the row is selected I'm still getting the old Metro blue on the bottom and left border of that one cell.  Obviously I'd like it to be the same color as the rest of the selected row.

Everything else looks great. 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Danny
Top achievements
Rank 2
answered on 25 Jun 2012, 06:51 PM

Doh! Found it.

div.RadGrid_CBGrid tr.rgSelectedRow .rgSorted
{
    color: #ffffff;
    background-color: #0077cc;
    border-left-color: #0077cc;
    border-bottom-color:#0077cc;
}
Tags
Grid
Asked by
Danny
Top achievements
Rank 2
Answers by
Danny
Top achievements
Rank 2
Share this question
or