module.less: quickfix for hostgroups

This commit is contained in:
Thomas Gelf 2015-06-18 17:29:16 +02:00
parent 14340587fa
commit 7f6baea28d
1 changed files with 5 additions and 0 deletions

View File

@ -350,6 +350,11 @@ tr.state a {
color: #222; color: #222;
} }
/* Hostgroup badge quickfix */
tr.state span a {
color: inherit;
}
tr.state:hover a { tr.state:hover a {
color: inherit; color: inherit;
} }