Make visited links in the admin stand out more. Props ptvguy and Nazgul. fixes #2779
git-svn-id: http://svn.automattic.com/wordpress/trunk@5641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9ce729e656
commit
bf88d4adc0
|
@ -116,7 +116,7 @@ a.edit:hover {
|
|||
}
|
||||
|
||||
a:visited {
|
||||
color: #006;
|
||||
color: #004;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Reference in New Issue