Re: Grid sort images override

2009-11-18 Thread Joost Schouten (ml)
or you use css: table.t-data-grid thead tr th a + a { display:none; } table.t-data-grid thead tr th a.t-sort-column-descending { background-image:url(path/to/your/image); } cheers, Joost Carl Crowder wrote: You could make images with the same name inside the same folder structure inside

Re: Grid sort images override

2009-11-18 Thread Carl Crowder
You could make images with the same name inside the same folder structure inside your code. Your code will be on the classpath first (especially if using Maven) and therefore will override. There may be a less hacky way though! Blšták Peter wrote: Hi Is there any suggested way how to change