Modify ↓
      
#8641 closed enhancement (wontfix)
Make visited links look different from unvisited ones in web frontend
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | web frontend | Version: | none | 
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When working off a large Timeline it's sometimes hard to keep track of "where you are".
When you click on a link and go back, it's like finding the page of a book where you stopped reading.
It would help a lot if visited links had a different shade of red than normal unvisited links.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
comment:2 by , 16 years ago
| Summary: | Make visited links look different from unvited ones in web frontend → Make visited links look different from unvisited ones in web frontend | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    


  
I'm quite sure this is on purpose: the Trac CSS files are full of explicit references to
:visitedselectors so that they appear the same as non-visited ones. I, for one, like it that way.You can, however, easily customize your Trac installation to differentiate visited links. See TracInterfaceCustomization for an explanation how to include a custom CSS stylesheet. Then some CSS-mojo (and playing with Firebug) should give you what you need.