Hi, I have been modifying the css files in EGW for the last few years as one setting breaks the rida module which we have been using to visualize timesheet entries. (rida was known as statmind at one time, I have been jury-rigging it to work with each new version of EGW)
The css that is causing the problem is:
#late-sidebox table img { width:16px; height:16px }
In the past versions, I have just commented out the line in the pixelegg.css and traditional.css files. And this would fix the issue. It doesn’t for the traditional.css file anymore.
How do I remove that css value?