mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Fix badge link color in avp tables
This commit is contained in:
parent
29a2ee1a02
commit
354bd0dd78
@ -180,6 +180,10 @@ table.avp {
|
||||
color: @colorMainForeground;
|
||||
}
|
||||
|
||||
.badge a[href] {
|
||||
color: @colorGray;
|
||||
}
|
||||
|
||||
.go-ahead {
|
||||
a, button.link-like {
|
||||
color: #222;
|
||||
|
@ -235,7 +235,7 @@ li li .badge-container {
|
||||
}
|
||||
|
||||
.badge a[href] {
|
||||
color: white;
|
||||
color: @colorGray;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user