Fix for hovered host- and servicename
This commit is contained in:
parent
8e3394fd55
commit
f456ad3a04
|
@ -59,7 +59,6 @@ table.action td .pluginoutput {
|
|||
table.action td a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
color: @colorTextDarkDefault;
|
||||
}
|
||||
|
||||
table.action td a:hover {
|
||||
|
@ -107,7 +106,6 @@ tr.state a {
|
|||
}
|
||||
|
||||
tr.state a.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
tr.state.new td.state {
|
||||
|
|
Loading…
Reference in New Issue