mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 08:39:42 +01:00
Added some expand symbols
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user