:: Forum >>

row color on click

How do I change the background color of a row that has been selected (clicked). I want to set this to a color other than the default dark blue color I'm currently seeing.
Thx
Rich
Saturday, June 4, 2005
Open grid.css and modify the background-color attribute in the following 2 styles (the second one is the same as the first except for the cells containg links):

.active-selection-true, .active-selection-true .active-row-cell {color:#FFFFFF !important; background-color:#4d8f6d !important}

.active-selection-true a, .active-selection-true a .active-row-cell a {color:highlighttext !important; background-color:#4d8f6d; text-decoration:underline!important }
brians
Tuesday, June 7, 2005
Open Grid.css and modify the background-color attribute within these 2 styles (the second style is the same as the first... for any hyperlinked data item):

.active-selection-true, .active-selection-true .active-row-cell {color:#FFFFFF !important; background-color:#4d8f6d !important}

.active-selection-true a, .active-selection-true a .active-row-cell a {color:highlighttext !important; background-color:#4d8f6d; text-decoration:underline!important }
brians
Tuesday, June 7, 2005
Thanks Brian. Worked perfectly!!
Thursday, June 16, 2005

This topic is archived.


Back to support forum

Forum search