Adjusted sorting

This commit is contained in:
Šesták Vít
2017-05-23 15:45:31 +02:00
parent ef1d434871
commit 70f263baaa
5 changed files with 18 additions and 27 deletions

View File

@@ -188,12 +188,12 @@ h3.library-identification{
white-space:nowrap;
max-width:none;
}
.dependencies-table .severity .score{
.dependencies-table .severity .score-vulnerability{
font-weight: bolder;
font-size: larger;
color: red;
}
.dependencies-table .severity .score:hover{
.dependencies-table .severity .score-vulnerability:hover{
color: rgb(192, 0, 0);
}
.dependencies-table .identifiers .tooltip-inner {