Question
NJ Courts
US
Last activity: 10 Apr 2019 0:08 EDT
Change style of visited hyperlinks
Hi,
I am on pega version 7.2.2,we would to change the css of the already visited hyperlink with in a grid to purple.
I used below css class to the change the style of the visited links but it only works for recently visited hyperlink in the grid i.e. if I select another hyperlink with in grid previously selected hyperlink doesn't stay as purple.
.gridDefault .gridCellSelected a{
color: #800080 !important;
text-decoration: none !important;
}
Need inputs on the css to use to achieve this function.Any recommendations on this?