mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-24 10:02:00 +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{
|
.expandable:before{
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
content: "\e114";
|
content: "\e113";
|
||||||
}
|
}
|
||||||
.expandable.collapsed:before{
|
.expandable.collapsed:before{
|
||||||
content: "\e080";
|
content: "\e114";
|
||||||
}
|
|
||||||
.expandable.expandable-right.collapsed:before{
|
|
||||||
content: "\e079";
|
|
||||||
}
|
}
|
||||||
|
.expandable.expandable-right.collapsed:before{}
|
||||||
.cvss .tooltip-inner table {
|
.cvss .tooltip-inner table {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user