Bug 1162620 - Show visited links in about:crashed. r=dao

--HG--
extra : rebase_source : de56fcf1d5e56c7fe1b27d0e48cd1082f202612e
This commit is contained in:
Richard Marti 2015-05-08 09:54:34 +02:00
Родитель 199d80a438
Коммит 34fe8a06a8
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -412,6 +412,10 @@ html|a:hover,
text-decoration: underline;
}
html|a:visited {
color: #551a8b;
}
html|a:hover:active,
.text-link:hover:active,
.inline-link:hover:active {