mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-05-30 19:30:37 +02:00
Added identifier confidence
This commit is contained in:
+16
-1
@@ -249,4 +249,19 @@ h3.library-identification{
|
||||
}
|
||||
#scan-results{
|
||||
margin-top: 64px;
|
||||
}
|
||||
}
|
||||
.confidence{
|
||||
border: 1px solid grey;
|
||||
color: grey;
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
border-radius: 1em;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.confidence .fa{
|
||||
position: relative;
|
||||
top: -0.5ex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user