Work to be done: 1 - Add a new system preference "MoreSearches" 2 - Append the contents of this syspref to the auto generated links in Koha
*** Bug 20926 has been marked as a duplicate of this bug. ***
Hi Kyle, I don't understand this one, can you please explain? Why not use CSS if this is just about changing color on something?
Actually, you can already change the color with CSS. Here are the relevant statements: #moresearches li::after { content: " | "; color: red; }