mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-15 08:14:02 +01:00
Updated expand/collapse symbols to be more mainstream. For example, they now match Wikipedia.
This commit is contained in:
@@ -212,14 +212,12 @@ h3.library-identification{
|
||||
|
||||
.expandable:before{
|
||||
font-family: 'Glyphicons Halflings';
|
||||
content: "\e114";
|
||||
content: "\e113";
|
||||
}
|
||||
.expandable.collapsed:before{
|
||||
content: "\e080";
|
||||
}
|
||||
.expandable.expandable-right.collapsed:before{
|
||||
content: "\e079";
|
||||
content: "\e114";
|
||||
}
|
||||
.expandable.expandable-right.collapsed:before{}
|
||||
.cvss .tooltip-inner table {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
Reference in New Issue
Block a user