diff --git a/app/assets/css/main.css b/app/assets/css/main.css index f9f4fb8..b287525 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -197,4 +197,11 @@ h3.library-identification{ } .dependencies-table .identifiers .explained{ border-bottom: none; +} +.expandable:before{ + font-family: 'Glyphicons Halflings'; + content: "\e114"; +} +.expandable.collapsed:before{ + content: "\e080"; } \ No newline at end of file diff --git a/app/views/dependencyDetailsInner.scala.html b/app/views/dependencyDetailsInner.scala.html index 864f628..dfc70e5 100644 --- a/app/views/dependencyDetailsInner.scala.html +++ b/app/views/dependencyDetailsInner.scala.html @@ -25,13 +25,13 @@ } } -
Dependency Check uses so-called evidence for matching of identifiers. When results don't match your expectations, you might find the reason here.