mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
17117 use material icon
This commit is contained in:
parent
a00218dff9
commit
c47b92bc45
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -50,7 +50,11 @@ pre code {
|
||||
}
|
||||
|
||||
.dropdown-toggle:after{
|
||||
content: "\2228";
|
||||
font-family: "Material Design Icons";
|
||||
content: '\F0140';
|
||||
-webkit-font-feature-settings: 'liga' 1;
|
||||
-moz-font-feature-settings: 'liga' 1;
|
||||
font-feature-settings: 'liga' 1;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
transform: none;
|
||||
|
Loading…
Reference in New Issue
Block a user