make links in error messages less ugly
This commit is contained in:
rginda%netscape.com 2001-09-01 18:48:36 +00:00
Родитель 4dabc9c6d1
Коммит 6eb126e2c3
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -14,6 +14,11 @@ a.venkman-link {
text-decoration: none;
}
.msg-data[msg-type="ERROR"] a.venkman-link {
color: white;
font-weight: bold;
}
/* link hover effect */
a.venkman-link:hover {
text-decoration: underline;