Hello to everyone,
I’m using jqgrid for a lot of things, and it’s awesome. But I have a particular requirement related with visited links. I need to apply a specific styles for visited links which are inside Grids (jqgrid), and I create this links using Custom Formatter:
…
{ name: ‘Comments’, width: ((pageWidth – iconsWidth) * (14.75 / 100)), index: ‘Id’, sortable: false, formatter: viewCommentsButton, “resizable”: false }
….
…
…
The Issue is when you visited any link of these…you don’t see any kind of style applied over them even when is set on global.css:
a.link:visited {
color: #2774AA!important;
border-bottom-color: #EEEEEE;
}
So, please Can Someone help me with this Issue?
Â
Best Regards,
Â
Ricardo Guerrero.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top