Added by Marc Burrage over 13 years ago
Hi,
As the system admin, I add all projects to Redmine, so it's a bit redundant having the Gold Star to mark which ones are my projects, and I find it a bit distracting trying to read the list.
Is there an option to turn it off, and if not, can we have one please? :)
Thanks,
Marc
Hi Marc.
For sure you already sorted this out, but just in case a quick workaround is to edit below files/CSS sections:
public/stylesheets/application.css:.my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
public/stylesheets/application.css:.icon-fav { background-image: url(../images/fav.png); }
Regards.
Javier