Make visited links in the admin stand out more. Props ptvguy and Nazgul. fixes #2779
git-svn-id: https://develop.svn.wordpress.org/trunk@5641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
12c2ef6be0
commit
f7ee7874ea
@ -116,7 +116,7 @@ a.edit:hover {
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #006;
|
||||
color: #004;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user