Fix badge link color in avp tables

This commit is contained in:
Matthias Jentsch 2015-09-04 15:35:50 +02:00
parent 29a2ee1a02
commit 354bd0dd78
2 changed files with 5 additions and 1 deletions

View File

@ -180,6 +180,10 @@ table.avp {
color: @colorMainForeground;
}
.badge a[href] {
color: @colorGray;
}
.go-ahead {
a, button.link-like {
color: #222;

View File

@ -235,7 +235,7 @@ li li .badge-container {
}
.badge a[href] {
color: white;
color: @colorGray;
text-decoration: none;
}