monitoring: Change hover color for links w/ border-bottom

This commit is contained in:
Eric Lippmann 2015-11-16 10:21:48 +01:00
parent 66926a7a93
commit 27f2d485f5
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ div.pluginoutput {
border-bottom: 1px @gray-light dotted;
&:hover {
border-bottom: 1px @gray-light solid;
border-bottom: 1px @text-color solid;
text-decoration: none;
}
}